Fix speling errur.

This commit is contained in:
John Polstra 2001-12-05 02:55:23 +00:00
parent 0db65eda3e
commit 9d981897e4

View File

@ -118,7 +118,7 @@ includes the
flag, the
.Ar mtx
parameter will not be entered before returning. The mutex is
used to ensure that a condition can be checked atomicly, and
used to ensure that a condition can be checked atomically, and
that the current process can be suspended without missing a
change to the condition, or an associated wakeup.
.Sh RETURN VALUES