Module Name: src
Committed By: wiz
Date: Thu Apr 28 11:56:26 UTC 2011
Modified Files:
src/lib/libc/atomic: membar_ops.3
Log Message:
Fix a typo.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/atomic/membar_ops.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/atomic/membar_ops.3
diff -u src/lib/libc/atomic/membar_ops.3:1.2 src/lib/libc/atomic/membar_ops.3:1.3
--- src/lib/libc/atomic/membar_ops.3:1.2 Mon May 18 12:39:17 2009
+++ src/lib/libc/atomic/membar_ops.3 Thu Apr 28 11:56:26 2011
@@ -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