mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix spelling.
This commit is contained in:
parent
e986eeec92
commit
a3f452e8d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164899
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user