Fix a misspelling: undefied -> undefined
This commit is contained in:
parent
fe449a53f3
commit
d2e7a6a46f
@ -70,7 +70,7 @@ it. The function's return value serves as the thread's exit status.
|
||||
.Pp
|
||||
The behavior of
|
||||
.Fn pthread_exit
|
||||
is undefied if called from a cancellation handler or destructor function
|
||||
is undefined if called from a cancellation handler or destructor function
|
||||
that was invoked as the result of an implicit or explicit call to
|
||||
.Fn pthread_exit .
|
||||
.Pp
|
||||
|
@ -70,7 +70,7 @@ it. The function's return value serves as the thread's exit status.
|
||||
.Pp
|
||||
The behavior of
|
||||
.Fn pthread_exit
|
||||
is undefied if called from a cancellation handler or destructor function
|
||||
is undefined if called from a cancellation handler or destructor function
|
||||
that was invoked as the result of an implicit or explicit call to
|
||||
.Fn pthread_exit .
|
||||
.Pp
|
||||
|
@ -70,7 +70,7 @@ it. The function's return value serves as the thread's exit status.
|
||||
.Pp
|
||||
The behavior of
|
||||
.Fn pthread_exit
|
||||
is undefied if called from a cancellation handler or destructor function
|
||||
is undefined if called from a cancellation handler or destructor function
|
||||
that was invoked as the result of an implicit or explicit call to
|
||||
.Fn pthread_exit .
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user