summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-12-05 05:31:49 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-12-05 05:31:49 +0000
commitd8269ebb497800fe71e8016ceb0e5a2c2085aaff (patch)
tree40b33bfe143c6e9812b5d279f91e538b7223dd66 /tools
parent67b2870c21116e2d0ad91d783657962443f5eb3a (diff)
downloadFreeBSD-src-d8269ebb497800fe71e8016ceb0e5a2c2085aaff.zip
FreeBSD-src-d8269ebb497800fe71e8016ceb0e5a2c2085aaff.tar.gz
Fix spelling.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/pthread/cv_cancel1/cv_cancel1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/pthread/cv_cancel1/cv_cancel1.c b/tools/regression/pthread/cv_cancel1/cv_cancel1.c
index 9f43676..22d8218 100644
--- a/tools/regression/pthread/cv_cancel1/cv_cancel1.c
+++ b/tools/regression/pthread/cv_cancel1/cv_cancel1.c
@@ -73,7 +73,7 @@ int main(int argc, char **argv)
result = NULL;
pthread_join(td, &result);
if (result == PTHREAD_CANCELED) {
- printf("the condition variable implemention does not\n"
+ printf("the condition variable implementation does not\n"
"conform to SUSv3, a thread unblocked from\n"
"condition variable still can be canceled.\n");
return (1);
OpenPOWER on IntegriCloud