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/35fc486f6eff
branches: trunk
changeset: 359334:35fc486f6eff
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 30d367074032 -r 35fc486f6eff 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