summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mutex.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index f1dd05cb9ab..37ccd3d2253 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mutex.9,v 1.11 2009/09/08 06:02:47 deraadt Exp $
+.\" $OpenBSD: mutex.9,v 1.12 2009/09/08 13:36:20 jmc Exp $
.\"
.\" Copyright (c) 2005 Pedro Martelletto <pedro@ambientworks.net>
.\" All rights reserved.
@@ -57,7 +57,7 @@ function acquires a mutex, spinning if necessary.
The
.Fn mtx_enter_try
function attempts to acquire a mutex.
-If it succeeds in acquiring the mutex it will non-zero, otherwise
+If it succeeds in acquiring the mutex it will return non-zero, otherwise
it will return 0.
.Pp
The