membarrier.2: tfix

"Ready-Copy-Update" should read "Read-Copy-Update".

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
CC: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mathieu Desnoyers 2015-12-18 14:41:00 -05:00 committed by Michael Kerrisk
parent b08d144c26
commit 9f4d4bebe0
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ program assembly code.
Examples where
.BR membarrier ()
can be useful include implementations
of Ready-Copy-Update libraries and garbage collectors.
of Read-Copy-Update libraries and garbage collectors.
.SH EXAMPLE