lock(2): fix typo

This commit is contained in:
Alex Musolino 2018-03-23 11:34:39 +10:30
parent 39dd26bf08
commit 586a24770c

View file

@ -304,7 +304,7 @@ The 100ms and full second sleeps are only heuristics to
avoid tying up the CPU when a process deadlocks. avoid tying up the CPU when a process deadlocks.
As discussed above, As discussed above,
if a lock is to be held for much more than a few instructions, 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 .PP
It is an error for a program to It is an error for a program to
.I fork .I fork