diff options
Diffstat (limited to 'tools/perf/perf.c')
| -rw-r--r-- | tools/perf/perf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 57cb107c1f1..cd32c200cdb 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -445,7 +445,7 @@ int main(int argc, const char **argv)  	/*  	 * We use PATH to find perf commands, but we prepend some higher -	 * precidence paths: the "--exec-path" option, the PERF_EXEC_PATH +	 * precedence paths: the "--exec-path" option, the PERF_EXEC_PATH  	 * environment, and the $(perfexecdir) from the Makefile at build  	 * time.  	 */  |