summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-04 23:15:45 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-04 23:15:45 +0000
commit2c8e931c67ebec7acbabd2c9a07096632398bfae (patch)
tree7fdb0e0ee727bb7a44aab16d3c63f971cd0eba07 /libc/string
parente547d07a488ab17397217e2a57594c78bf747373 (diff)
Make spelling of uClibc be consistant.
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/Makefile2
-rw-r--r--libc/string/strsignal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 107b787ef..0e4e8c462 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/string/strsignal.c b/libc/string/strsignal.c
index 91895a8ae..4cadb144a 100644
--- a/libc/string/strsignal.c
+++ b/libc/string/strsignal.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/* Copyright (C) 2000 Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
- * This file is part of the uC-Linux and is distributed under the
+ * This file is part of the uClinux and is distributed under the
* GNU Library General Public License.
*/