summaryrefslogtreecommitdiff
path: root/libc/stdlib
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/stdlib
parente547d07a488ab17397217e2a57594c78bf747373 (diff)
Make spelling of uClibc be consistant.
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/Makefile2
-rw-r--r--libc/stdlib/abort.c2
-rw-r--r--libc/stdlib/malloc-simple/Makefile2
-rw-r--r--libc/stdlib/malloc/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 71b2880d2..948e8f00d 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c
index 5fb8be599..6806a8b55 100644
--- a/libc/stdlib/abort.c
+++ b/libc/stdlib/abort.c
@@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-/* Hacked up for uC-Libc by Erik Andersen */
+/* Hacked up for uClibc by Erik Andersen */
#include <signal.h>
#include <stdio.h>
diff --git a/libc/stdlib/malloc-simple/Makefile b/libc/stdlib/malloc-simple/Makefile
index decd2edb2..3e607eac3 100644
--- a/libc/stdlib/malloc-simple/Makefile
+++ b/libc/stdlib/malloc-simple/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile
index c86e4f0ea..0c5984192 100644
--- a/libc/stdlib/malloc/Makefile
+++ b/libc/stdlib/malloc/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#