summaryrefslogtreecommitdiff
path: root/libc/misc/ctype
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/ctype')
-rw-r--r--libc/misc/ctype/Makefile2
-rw-r--r--libc/misc/ctype/ctype.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/ctype/Makefile b/libc/misc/ctype/Makefile
index c77d49f69..02cfc9434 100644
--- a/libc/misc/ctype/Makefile
+++ b/libc/misc/ctype/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c
index 1063f443d..c7cceada6 100644
--- a/libc/misc/ctype/ctype.c
+++ b/libc/misc/ctype/ctype.c
@@ -2,7 +2,7 @@
* Character classification and conversion
* Copyright (C) 2000 Lineo, Inc.
* Written by Erik Andersen
- * This file is part of the uC-Libc C library and is distributed
+ * This file is part of the uClibc C library and is distributed
* under the GNU Library General Public License.
*/