git: 9front

Download patch

ref: 6398b46677f189e87ff3901bf6f3a1e6190b5b3c
parent: 52477514881b6e4c174677ddaa1039a3441adcf9
author: Alex Musolino <alex@musolino.id.au>
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
--