shithub: riscv

Download patch

ref: 586a24770c5accfadc13408ba2b617b062fb50ae
parent: 39dd26bf0807046b8c9824745751248db3bf2de0
author: Alex Musolino <[email protected]>
date: Fri Mar 23 07:34:39 EDT 2018

lock(2): fix typo

--- a/sys/man/2/lock
+++ b/sys/man/2/lock
@@ -304,7 +304,7 @@
 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