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 typo, from Eitan Adler.



details:   https://anonhg.NetBSD.org/src/rev/8e452e83077d
branches:  trunk
changeset: 829635:8e452e83077d
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 07 09:55:35 2018 +0000

description:
Fix typo, from Eitan Adler.

diffstat:

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

diffs (18 lines):

diff -r 5b7b92fa03e9 -r 8e452e83077d lib/libc/atomic/atomic_ops.3
--- a/lib/libc/atomic/atomic_ops.3      Wed Feb 07 09:53:08 2018 +0000
+++ b/lib/libc/atomic/atomic_ops.3      Wed Feb 07 09:55:35 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: atomic_ops.3,v 1.5 2010/04/14 08:49:49 jruoho Exp $
+.\"    $NetBSD: atomic_ops.3,v 1.6 2018/02/07 09:55:35 martin Exp $
 .\"
 .\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -98,7 +98,7 @@
 If hardware CAS is not available, the store may not reach global visibility
 until some time after the atomic operation has completed.
 However, in all cases a subsequent atomic operation on the same memory cell
-will be delayed until the result of any preceeding operation has reached
+will be delayed until the result of any preceding operation has reached
 global visibility.
 .Pp
 Atomic operations are strongly ordered with respect to each other.



Home | Main Index | Thread Index | Old Index