Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1295111
| From | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH man-pages] membarrier.2: Fix typo in Read-Copy-Update |
| Date | 2015-12-18 20:50 +0100 |
| Message-ID | <qH9cm-1rI-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
"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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH man-pages] membarrier.2: Fix typo in Read-Copy-Update Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2015-12-18 20:50 +0100
csiph-web