diff options
Diffstat (limited to 'lib/librthread/arch')
-rw-r--r-- | lib/librthread/arch/powerpc/_atomic_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/arch/powerpc/_atomic_lock.c b/lib/librthread/arch/powerpc/_atomic_lock.c index aa07fc3a97b..6f3429acb6b 100644 --- a/lib/librthread/arch/powerpc/_atomic_lock.c +++ b/lib/librthread/arch/powerpc/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.1 2005/12/04 04:08:07 brad Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.2 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 |