diff options
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/Makefile | 2 | ||||
-rw-r--r-- | libc/stdio/getdelim.c | 2 | ||||
-rw-r--r-- | libc/stdio/getline.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 5b0b16132..625a77ac3 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -1,4 +1,4 @@ -# Makefile for uCLibc +# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. # diff --git a/libc/stdio/getdelim.c b/libc/stdio/getdelim.c index f8341cb0d..8790b5f88 100644 --- a/libc/stdio/getdelim.c +++ b/libc/stdio/getdelim.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * getdelim for uclibc + * getdelim for uClibc * * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen * <andersen@lineo.com>, <andersee@debian.org> diff --git a/libc/stdio/getline.c b/libc/stdio/getline.c index 38440e1bf..64fe4ec66 100644 --- a/libc/stdio/getline.c +++ b/libc/stdio/getline.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * getline for uclibc + * getline for uClibc * * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen * <andersen@lineo.com>, <andersee@debian.org> |