From c14bb31e676f247da9a898be7ad8a414dde58838 Mon Sep 17 00:00:00 2001 From: Jacob Adams Date: Fri, 15 May 2015 15:36:03 -0400 Subject: [PATCH] sprofalyze: Fix minor typo Change-Id: I0a419833fb2f438808613737680ace7246713ee9 --- minix/commands/sprofalyze/sprofalyze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minix/commands/sprofalyze/sprofalyze.c b/minix/commands/sprofalyze/sprofalyze.c index aabef5c8d..5f31e4714 100755 --- a/minix/commands/sprofalyze/sprofalyze.c +++ b/minix/commands/sprofalyze/sprofalyze.c @@ -1020,7 +1020,7 @@ static void usage(const char *argv0) { "[-b binary]... file...\n", argv0); printf("\n"); printf("sprofalyze aggregates one or more sprofile traces and"); - printf("reports where time was spent.\n"); + printf(" reports where time was spent.\n"); printf("\n"); printf("arguments:\n"); printf("-d generates output that can be compared using sprofdiff\n"); -- 2.44.0