]> Zhao Yanbai Git Server - minix.git/commitdiff
sprofalyze: Fix minor typo 94/2994/1
authorJacob Adams <Tookmund@users.noreply.github.com>
Fri, 15 May 2015 19:36:03 +0000 (15:36 -0400)
committerLionel Sambuc <lionel@minix3.org>
Mon, 18 May 2015 11:54:19 +0000 (13:54 +0200)
Change-Id: I0a419833fb2f438808613737680ace7246713ee9

minix/commands/sprofalyze/sprofalyze.c

index aabef5c8d5be3c098d88f0c9bb5ee2c2bacb6ae5..5f31e471437637ee4d408a77a95ed1509b5f0cc4 100755 (executable)
@@ -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");