diff options
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r-- | util-linux/dmesg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index fb1639ace..6e0d6947f 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -11,11 +11,11 @@ * - added Native Language Support * * from util-linux -- adapted for busybox by - * Erik Andersen <andersee@debian.org>. I ripped out Native Language + * Erik Andersen <andersen@codepoet.org>. I ripped out Native Language * Support, replaced getopt, added some gotos for redundant stuff. * * Audited and cleaned up on 7 March 2003 to reduce size of - * check error handling by Erik Andersen <andersee@debian.org> + * check error handling by Erik Andersen <andersen@codepoet.org> */ #include <stdio.h> |