diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/unistd/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c index 2d1d9af27..8a2439714 100644 --- a/libc/unistd/daemon.c +++ b/libc/unistd/daemon.c @@ -37,7 +37,7 @@ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - * Modified for uClibc by Erik Andersen <andersee@debian.org> + * Modified for uClibc by Erik Andersen <andersen@uclibc.org> */ #include <stdio.h> |