diff options
author | Christian Kujau <evil@g-house.de> | 2006-01-15 02:43:54 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-15 02:43:54 +0100 |
commit | 624dffcbcf87b9c501b13256416a82487be962bc (patch) | |
tree | aa190c9532c7c6549f677f6a07f8cdf51b181815 /ipc/util.c | |
parent | 92c3504e6ee0816d4ea1345a6bd276969224890d (diff) |
correct email address of Manfred Spraul
I tried to send the forcedeth maintainer an email, but it came back with:
"The mail address manfreds@colorfullife.com is not read anymore.
Please resent your mail to manfred@ instead of manfreds@."
This patch fixes this.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'ipc/util.c')
-rw-r--r-- | ipc/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/util.c b/ipc/util.c index 38b9a0af3bd..862621980b0 100644 --- a/ipc/util.c +++ b/ipc/util.c @@ -7,7 +7,7 @@ * Occurs in several places in the IPC code. * Chris Evans, <chris@ferret.lmh.ox.ac.uk> * Nov 1999 - ipc helper functions, unified SMP locking - * Manfred Spraul <manfreds@colorfullife.com> + * Manfred Spraul <manfred@colorfullife.com> * Oct 2002 - One lock per IPC id. RCU ipc_free for lock-free grow_ary(). * Mingming Cao <cmm@us.ibm.com> */ |