aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_once.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_once.3')
-rw-r--r--lib/libpthread/man/pthread_once.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index 736e32e94e2e..72a132249ccb 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/man/pthread_once.3
@@ -76,7 +76,7 @@ is not a cancellation point.
However, if
.Fn init_routine
is a cancellation point and is cancelled, the effect on
-.Fa once_control is as if
+.Fa once_control is as if
.Fn pthread_once
was never called.
.Pp