diff --git a/[refs] b/[refs] index 2de02bacb651..7085bab9e7e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4ffd04df175f8cab711d7857173285d971a406a +refs/heads/master: 61a9f324292e6dd4f4b99f5366454788104a0bd9 diff --git a/trunk/tools/perf/builtin-stat.c b/trunk/tools/perf/builtin-stat.c index 0ffbd97fb74f..b5673194870a 100644 --- a/trunk/tools/perf/builtin-stat.c +++ b/trunk/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);