Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1295111 > unrolled thread

[PATCH man-pages] membarrier.2: Fix typo in Read-Copy-Update

Started byMathieu Desnoyers <mathieu.desnoyers@efficios.com>
First post2015-12-18 20:50 +0100
Last post2015-12-18 20:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH man-pages] membarrier.2: Fix typo in Read-Copy-Update Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2015-12-18 20:50 +0100

#1295111 — [PATCH man-pages] membarrier.2: Fix typo in Read-Copy-Update

FromMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Date2015-12-18 20:50 +0100
Subject[PATCH man-pages] membarrier.2: Fix typo in Read-Copy-Update
Message-ID<qH9cm-1rI-9@gated-at.bofh.it>
"Ready-Copy-Update" should read "Read-Copy-Update".

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
CC: Michael Kerrisk <mtk.manpages@gmail.com>
---
 man2/membarrier.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/membarrier.2 b/man2/membarrier.2
index b5eaf34..ce8b77a 100644
--- a/man2/membarrier.2
+++ b/man2/membarrier.2
@@ -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
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web