summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/test/guard_b.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/test/guard_b.c')
-rw-r--r--lib/libc_r/test/guard_b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/test/guard_b.c b/lib/libc_r/test/guard_b.c
index e2f1a3a..42bf4ed 100644
--- a/lib/libc_r/test/guard_b.c
+++ b/lib/libc_r/test/guard_b.c
@@ -92,7 +92,7 @@ main(int argc, char **argv)
struct args args;
if (argc != 3) {
- fprintf(stderr, "Usage: guard_b <stacksize> <guardsize>\n");
+ fprintf(stderr, "usage: guard_b <stacksize> <guardsize>\n");
exit(1);
}
fprintf(stderr, "Test begin\n");
OpenPOWER on IntegriCloud