summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-03-27 15:09:10 +0000
committerjhb <jhb@FreeBSD.org>2007-03-27 15:09:10 +0000
commit7e4dccfa8c96f966b71b6167d164ec69f30da974 (patch)
treefd055e15cd6d06325a8e206f85f78d0f4466d403 /sys
parente8ee34e14226896a922a31df367fb5c72d0febe3 (diff)
downloadFreeBSD-src-7e4dccfa8c96f966b71b6167d164ec69f30da974.zip
FreeBSD-src-7e4dccfa8c96f966b71b6167d164ec69f30da974.tar.gz
Fix a comment grammar nit.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/rwlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h
index 347995c..9f72a05 100644
--- a/sys/sys/rwlock.h
+++ b/sys/sys/rwlock.h
@@ -58,7 +58,7 @@
* barriers as mutexes: _acq when acquiring a write lock and _rel when
* releasing a write lock. Read locks also need to use an _acq barrier when
* acquiring a read lock. However, since read locks do not update any
- * locked data (modulo bugs of course), no memory barrier is needed to when
+ * locked data (modulo bugs of course), no memory barrier is needed when
* releasing a read lock.
*/
OpenPOWER on IntegriCloud