summaryrefslogtreecommitdiff
path: root/lib/librthread/arch
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-12-14 21:29:49 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-12-14 21:29:49 +0000
commit6ffc06fbc8f7e1d2c6134ab0d4563b6a189b983c (patch)
treed071ee19ca9ac65aaf1b92661f962223cbfa4884 /lib/librthread/arch
parent1d43f882c71e49ebbe1a2304883c1a3190ffa9cd (diff)
My email address changed quite a while ago...
Diffstat (limited to 'lib/librthread/arch')
-rw-r--r--lib/librthread/arch/powerpc/_atomic_lock.c4
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