Fix typo (s/writeer/writer/).

This commit is contained in:
Florent Thoumie 2006-07-17 10:39:20 +00:00
parent d5208d005b
commit f1acac210b

View File

@ -78,7 +78,7 @@ A thread with exclusive access is known as a
.Em writer
since it can modify protected data.
.Pp
Although reader/writeer locks look very similar to
Although reader/writer locks look very similar to
.Xr sx 9
locks, their usage pattern is different.
Reader/writer locks can be treated as mutexes (see