Fix spelling.

This commit is contained in:
David Xu 2006-12-05 05:31:49 +00:00
parent e986eeec92
commit a3f452e8d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164899

View File

@ -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);