summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/mutex.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index c3a4cfa..3de2371 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -127,7 +127,7 @@ In order to protect an interrupt service routine from blocking
against itself all interrupts are blocked on a processor while
holding a spin lock.
It is permissible to hold multiple spin mutexes.
-In this case it is a required that they be released in the opposite
+In this case it is a requirement that they be released in the opposite
order to that which they were acquired.
.Pp
Once a spin mutex has been acquired it is not permissible to acquire a
OpenPOWER on IntegriCloud