Fix a comment grammar nit.

This commit is contained in:
jhb 2007-03-27 15:09:10 +00:00
parent e8ee34e142
commit 7e4dccfa8c

View File

@ -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.
*/