Skip to content

Commit

Permalink
perf tools: Fix a typo of command name as trace-cmd
Browse files Browse the repository at this point in the history
Fix a typo which may be introduced when original code has been copied
from trace-cmd.

Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/20111004104456.14591.37395.stgit@fedora15
Signed-off-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
mhiramathitachi authored and acmel committed Oct 28, 2011
1 parent 7928631 commit 1ca4ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/util/trace-event-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void die(const char *fmt, ...)
int ret = errno;

if (errno)
perror("trace-cmd");
perror("perf");
else
ret = -1;

Expand Down

0 comments on commit 1ca4ff4

Please sign in to comment.