aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/pthread_cancel.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/pthread_cancel.3 b/man/man3/pthread_cancel.3
index abdf072208..acd23517d9 100644
--- a/man/man3/pthread_cancel.3
+++ b/man/man3/pthread_cancel.3
@@ -57,7 +57,7 @@ the thread next calls a function that is a
A list of functions that are or may be cancelation points is provided in
.BR pthreads (7).
.P
-When a cancelation requested is acted on, the following steps occur for
+When a cancelation request is acted on, the following steps occur for
.I thread
(in this order):
.IP (1) 5