diff options
author | 2003-01-31 22:10:52 +0000 | |
---|---|---|
committer | 2003-01-31 22:10:52 +0000 | |
commit | d4d752df8fd2f71af48e2e0b337d874ba6aa4c70 (patch) | |
tree | daf187fe7c72ce320be3dc208ecb073bbbffbfb2 /lib/libpthread | |
parent | Various typos; Andrey Matveev (diff) | |
download | wireguard-openbsd-d4d752df8fd2f71af48e2e0b337d874ba6aa4c70.tar.xz wireguard-openbsd-d4d752df8fd2f71af48e2e0b337d874ba6aa4c70.zip |
typo
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/arch/sparc/_atomic_lock.c | 4 | ||||
-rw-r--r-- | lib/libpthread/arch/sparc64/_atomic_lock.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/arch/sparc/_atomic_lock.c b/lib/libpthread/arch/sparc/_atomic_lock.c index 09ef32393eb..6c37e54c476 100644 --- a/lib/libpthread/arch/sparc/_atomic_lock.c +++ b/lib/libpthread/arch/sparc/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.7 2002/10/11 19:08:41 marc Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.8 2003/01/31 22:10:53 deraadt Exp $ */ /* * Atomic lock for sparc */ @@ -21,7 +21,7 @@ _atomic_lock(volatile _spinlock_lock_t * lock) * processors executing atomic load-store unsigned byte [...] * addressing the same byte [...] simultaneously are guaranteed * to execute them in an undefined, but serial order." - * - p101, The SPARC Architecure Manual (version 8) Prentice-Hall + * - p101, The SPARC Architecture Manual (version 8) Prentice-Hall * * "LDSTUB loads a byte value from memory to a register and writes * the value FF_16 into the addressed byte atomically. LDSTUB diff --git a/lib/libpthread/arch/sparc64/_atomic_lock.c b/lib/libpthread/arch/sparc64/_atomic_lock.c index 5e4115cf0fb..fc9949ae455 100644 --- a/lib/libpthread/arch/sparc64/_atomic_lock.c +++ b/lib/libpthread/arch/sparc64/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.2 2002/10/11 19:08:41 marc Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.3 2003/01/31 22:10:52 deraadt Exp $ */ /* * Atomic lock for sparc */ @@ -21,7 +21,7 @@ _atomic_lock(volatile _spinlock_lock_t * lock) * processors executing atomic load-store unsigned byte [...] * addressing the same byte [...] simultaneously are guaranteed * to execute them in an undefined, but serial order." - * - p101, The SPARC Architecure Manual (version 8) Prentice-Hall + * - p101, The SPARC Architecture Manual (version 8) Prentice-Hall * * "LDSTUB loads a byte value from memory to a register and writes * the value FF_16 into the addressed byte atomically. LDSTUB |