Fix a misspelling: undefied -> undefined

This commit is contained in:
Chris Costello 2000-05-27 22:02:32 +00:00
parent fe449a53f3
commit d2e7a6a46f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60985
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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