spelling: never
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
6e80c8013e
commit
49dd16e5e9
|
@ -187,7 +187,7 @@ public:
|
||||||
//! Force a thread to exit
|
//! Force a thread to exit
|
||||||
/*!
|
/*!
|
||||||
Causes \c thread to exit when it next calls a cancellation point.
|
Causes \c thread to exit when it next calls a cancellation point.
|
||||||
A thread avoids cancellation as long as it nevers calls a
|
A thread avoids cancellation as long as it never calls a
|
||||||
cancellation point. Once it begins the cancellation process it
|
cancellation point. Once it begins the cancellation process it
|
||||||
must always let cancellation go to completion but may take as
|
must always let cancellation go to completion but may take as
|
||||||
long as necessary to clean up.
|
long as necessary to clean up.
|
||||||
|
|
Loading…
Reference in New Issue