diff options
Diffstat (limited to 'lib/libpthread/test/guard_b.c')
-rw-r--r-- | lib/libpthread/test/guard_b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/test/guard_b.c b/lib/libpthread/test/guard_b.c index e2f1a3a..42bf4ed 100644 --- a/lib/libpthread/test/guard_b.c +++ b/lib/libpthread/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"); |