summaryrefslogtreecommitdiff
path: root/test/signal
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 /test/signal
parente547d07a488ab17397217e2a57594c78bf747373 (diff)
Make spelling of uClibc be consistant.
Diffstat (limited to 'test/signal')
-rw-r--r--test/signal/Makefile2
-rw-r--r--test/signal/signal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/signal/Makefile b/test/signal/Makefile
index 67fcc9fb0..649a7dffd 100644
--- a/test/signal/Makefile
+++ b/test/signal/Makefile
@@ -26,7 +26,7 @@ all: $(TARGETS)
signal: signal.c 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/signal/signal.c b/test/signal/signal.c
index 9198af5f6..028a34f67 100644
--- a/test/signal/signal.c
+++ b/test/signal/signal.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * signal testing function for uC-Libc
+ * signal testing function for uClibc
*
* Copyright (C) 2000 by Lineo, inc.
* Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>