From 2c8e931c67ebec7acbabd2c9a07096632398bfae Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sat, 4 Nov 2000 23:15:45 +0000
Subject: Make spelling of uClibc be consistant.

---
 test/unistd/Makefile | 2 +-
 test/unistd/fork.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'test/unistd')

diff --git a/test/unistd/Makefile b/test/unistd/Makefile
index a19905e3b..27551a873 100644
--- a/test/unistd/Makefile
+++ b/test/unistd/Makefile
@@ -26,7 +26,7 @@ all: $(TARGETS)
 fork: fork.c ../testsuite.h Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
diff --git a/test/unistd/fork.c b/test/unistd/fork.c
index 4192af5d2..c85c335c6 100644
--- a/test/unistd/fork.c
+++ b/test/unistd/fork.c
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * fork test for uclibc
+ * fork test for uClibc
  *
  * Copyright (C) 1999,2000 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
-- 
cgit v1.2.3