summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2003-12-11 13:30:26 +0000
committerjkoshy <jkoshy@FreeBSD.org>2003-12-11 13:30:26 +0000
commit0b146f01b2bf8034a394e4136235609dddda45bf (patch)
treee289b7131c064807875b4e5d694fe292072e0f23 /share/man/man9/mutex.9
parent93a4d7596f78da24f7b30e09288cd72eb5e49d75 (diff)
downloadFreeBSD-src-0b146f01b2bf8034a394e4136235609dddda45bf.zip
FreeBSD-src-0b146f01b2bf8034a394e4136235609dddda45bf.tar.gz
Typo fix.
Diffstat (limited to 'share/man/man9/mutex.9')
-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