diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-07-10 20:30:16 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-07-10 20:30:16 +0000 |
commit | bea15f9ce66ce449773875180b92d69cfc685f74 (patch) | |
tree | 7ce3501e45ee4c02b9d8e894e35fc385e0b51867 /lib/libpthread/arch/powerpc | |
parent | af55ea6d8d0faa8e558acc4948995dcc65aec1f5 (diff) |
'sez' is not an english word; ok deraadt@
Diffstat (limited to 'lib/libpthread/arch/powerpc')
-rw-r--r-- | lib/libpthread/arch/powerpc/_atomic_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/powerpc/_atomic_lock.c b/lib/libpthread/arch/powerpc/_atomic_lock.c index 5318ae2cc78..e3eb2aab290 100644 --- a/lib/libpthread/arch/powerpc/_atomic_lock.c +++ b/lib/libpthread/arch/powerpc/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.2 1998/12/22 05:47:17 rahnds Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.3 2002/07/10 20:30:13 jsyn Exp $ */ /* * Atomic lock for powerpc */ @@ -20,7 +20,7 @@ _atomic_lock(volatile _spinlock_lock_t *lock) return (old != _SPINLOCK_UNLOCKED); /* - * Dale <rahnds@openbsd.org> sez: + * Dale <rahnds@openbsd.org> says: * Side note. to prevent two processes from accessing * the same address with the lwarx in one instrution * and the stwcx in another process, the current powerpc |