aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2011-08-17 16:47:47 +0200
committermaximilian attems <max@stro.at>2011-08-17 16:47:47 +0200
commit1060958eea4c4822696924d5fbb0c0130ade483f (patch)
tree46ec0d4b3a42b48beecfc88d1b47d581fd9b9b48
parenteee0fa5c2f3f1c9f4c0d3a3cf66ea5d5aff6aa80 (diff)
downloadklibc-1060958eea4c4822696924d5fbb0c0130ade483f.tar.gz
[klibc] test: Fix comment on top of sig-nodefer
Fix naming. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/klibc/tests/sig-nodefer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/klibc/tests/sig-nodefer.c b/usr/klibc/tests/sig-nodefer.c
index e988806d1e688..90086e41daf97 100644
--- a/usr/klibc/tests/sig-nodefer.c
+++ b/usr/klibc/tests/sig-nodefer.c
@@ -1,5 +1,5 @@
/*
- * Expected output of ./sig-defer:
+ * Expected output of ./sig-nodefer:
* SIGUSR2: blocked
* SIGTERM: blocked
*/