aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2011-09-07 17:14:04 -0600
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-09-29 17:09:36 -0300
commit61a9f324292e6dd4f4b99f5366454788104a0bd9 (patch)
tree261841a30be84174142befc22fce268cdeb423bd /tools/perf/builtin-stat.c
parentperf stat: Allow tab as cvs delimiter (diff)
downloadlinux-dev-61a9f324292e6dd4f4b99f5366454788104a0bd9.tar.xz
linux-dev-61a9f324292e6dd4f4b99f5366454788104a0bd9.zip
perf stat: Fix spelling in comment
Link: http://lkml.kernel.org/r/1315437244-3788-6-git-send-email-jim.cromie@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r--tools/perf/builtin-stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index 0ffbd97fb74f..b5673194870a 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -1209,7 +1209,7 @@ int cmd_stat(int argc, const char **argv, const char *prefix __used)
* let the spreadsheet do the pretty-printing
*/
if (csv_output) {
- /* User explicitely passed -B? */
+ /* User explicitly passed -B? */
if (big_num_opt == 1) {
fprintf(stderr, "-B option not supported with -x\n");
usage_with_options(stat_usage, options);