diff options
Diffstat (limited to 'lib/libpthread')
-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 d248b4725cf..200d91a626e 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.5 2002/11/12 18:56:28 drahn Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.6 2005/12/14 21:29:48 drahn Exp $ */ /* * Atomic lock for powerpc */ @@ -21,7 +21,7 @@ _atomic_lock(volatile _spinlock_lock_t *lock) return (old != _SPINLOCK_UNLOCKED); /* - * Dale <rahnds@openbsd.org> says: + * Dale <drahn@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 |