summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlex Musolino <alex@musolino.id.au>2018-03-23 11:34:39 +1030
committerAlex Musolino <alex@musolino.id.au>2018-03-23 11:34:39 +1030
commit586a24770c5accfadc13408ba2b617b062fb50ae (patch)
tree0fa2aca162b4c11a74c64dc61cd688f92a9e1824 /sys
parent39dd26bf0807046b8c9824745751248db3bf2de0 (diff)
lock(2): fix typo
Diffstat (limited to 'sys')
-rw-r--r--sys/man/2/lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/lock b/sys/man/2/lock
index 76d15b1fe..94408be50 100644
--- a/sys/man/2/lock
+++ b/sys/man/2/lock
@@ -304,7 +304,7 @@ The 100ms and full second sleeps are only heuristics to
avoid tying up the CPU when a process deadlocks.
As discussed above,
if a lock is to be held for much more than a few instructions,
-the queueing lock types should be almost always be used.
+the queueing lock types should almost always be used.
.PP
It is an error for a program to
.I fork