diff options
Diffstat (limited to 'tools/regression/pthread/cv_cancel1/cv_cancel1.c')
-rw-r--r-- | tools/regression/pthread/cv_cancel1/cv_cancel1.c | 2 |
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); |