Module Name: src
Committed By: wiz
Date: Mon May 18 12:37:28 UTC 2009
Modified Files:
src/lib/libc/atomic: atomic_ops.3
Log Message:
Fix typo in Dd argument.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/atomic/atomic_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/atomic_ops.3
diff -u src/lib/libc/atomic/atomic_ops.3:1.1 src/lib/libc/atomic/atomic_ops.3:1.2
--- src/lib/libc/atomic/atomic_ops.3:1.1 Mon Jun 23 10:22:40 2008
+++ src/lib/libc/atomic/atomic_ops.3 Mon May 18 12:37:28 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: atomic_ops.3,v 1.1 2008/06/23 10:22:40 ad Exp $
+.\" $NetBSD: atomic_ops.3,v 1.2 2009/05/18 12:37:28 wiz Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd Febuary 11, 2007
+.Dd February 11, 2007
.Dt ATOMIC_OPS 3
.Os
.Sh NAME