mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Fix a misspelling: undefied -> undefined
This commit is contained in:
parent
fe449a53f3
commit
d2e7a6a46f
3 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue