summaryrefslogtreecommitdiff
path: root/libc/sysdeps
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/sysdeps
parente547d07a488ab17397217e2a57594c78bf747373 (diff)
Make spelling of uClibc be consistant.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/Makefile2
-rw-r--r--libc/sysdeps/README6
-rw-r--r--libc/sysdeps/linux/Makefile2
-rw-r--r--libc/sysdeps/linux/README4
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
-rw-r--r--libc/sysdeps/linux/common/Makefile2
-rw-r--r--libc/sysdeps/linux/common/mkfifo.c2
-rw-r--r--libc/sysdeps/linux/common/syscalls.c2
-rw-r--r--libc/sysdeps/linux/i386/Makefile2
9 files changed, 12 insertions, 12 deletions
diff --git a/libc/sysdeps/Makefile b/libc/sysdeps/Makefile
index 45a34a25e..939edb739 100644
--- a/libc/sysdeps/Makefile
+++ b/libc/sysdeps/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/sysdeps/README b/libc/sysdeps/README
index ca9cb29f0..64484336b 100644
--- a/libc/sysdeps/README
+++ b/libc/sysdeps/README
@@ -1,6 +1,6 @@
This directory level abstracts out the UN*X-like Operating System dependent
-features of uC-Libc for all UN*X-like operating systems. If you wanted to port
-uC-Libc to some other UN*X-like OS, this is the place to add that support.
+features of uClibc for all UN*X-like operating systems. If you wanted to port
+uClibc to some other UN*X-like OS, this is the place to add that support.
-If you want to port uC-Libc to support some non-UN*X-like Operating System, you
+If you want to port uClibc to support some non-UN*X-like Operating System, you
should probably stop using crack. It is bad for you. ;-)
diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile
index 7962fabdb..37f1c65be 100644
--- a/libc/sysdeps/linux/Makefile
+++ b/libc/sysdeps/linux/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/sysdeps/linux/README b/libc/sysdeps/linux/README
index 52eb09254..4a7e4d2f0 100644
--- a/libc/sysdeps/linux/README
+++ b/libc/sysdeps/linux/README
@@ -1,6 +1,6 @@
This directory level abstracts out the Linux Operating System dependent
-features of uC-Libc for suported Linux architectures/CPUs. If you wanted to
-port uC-Libc to some new Linux architecture (arm, mips, etc), this is the place
+features of uClibc for suported Linux architectures/CPUs. If you wanted to
+port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.
All the common stuff that is not at all dependent on a particular Linux architecture
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index bd789669e..53fc249c3 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index 8d2b93830..1fd26fab8 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -1,5 +1,5 @@
# Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#
diff --git a/libc/sysdeps/linux/common/mkfifo.c b/libc/sysdeps/linux/common/mkfifo.c
index 876f36b5a..975798a06 100644
--- a/libc/sysdeps/linux/common/mkfifo.c
+++ b/libc/sysdeps/linux/common/mkfifo.c
@@ -16,7 +16,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- June 28, 2000 -- swiped from GNU libc 2.1.3 and adjusted for uC-Libc
+ June 28, 2000 -- swiped from GNU libc 2.1.3 and adjusted for uClibc
by Erik Andersen <andersee@debian.org>
*/
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c
index 6b18c356d..a57eccdf5 100644
--- a/libc/sysdeps/linux/common/syscalls.c
+++ b/libc/sysdeps/linux/common/syscalls.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * Syscalls for uC-Libc
+ * Syscalls for uClibc
*
* Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen
* <andersen@lineo.com>, <andersee@debian.org>
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile
index b75c4dd72..9215704c4 100644
--- a/libc/sysdeps/linux/i386/Makefile
+++ b/libc/sysdeps/linux/i386/Makefile
@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
#
# Copyright (C) 2000 by Lineo, inc.
#