Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/atomic Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/2976c5c0cee3
branches:  trunk
changeset: 764570:2976c5c0cee3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 28 11:56:26 2011 +0000

description:
Fix a typo.

diffstat:

 lib/libc/atomic/membar_ops.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b8519609716c -r 2976c5c0cee3 lib/libc/atomic/membar_ops.3
--- a/lib/libc/atomic/membar_ops.3      Thu Apr 28 11:25:12 2011 +0000
+++ b/lib/libc/atomic/membar_ops.3      Thu Apr 28 11:56:26 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: membar_ops.3,v 1.2 2009/05/18 12:39:17 wiz Exp $
+.\"    $NetBSD: membar_ops.3,v 1.3 2011/04/28 11:56:26 wiz Exp $
 .\"
 .\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,7 +62,7 @@
 .Pp
 .Bl -tag -width "mem"
 .It Fn membar_enter
-Any store preceeding
+Any store preceding
 .Fn membar_enter
 will reach global visibility before all loads and stores following it.
 .Pp



Home | Main Index | Thread Index | Old Index