X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fevlist.c;h=2e507b5025a3ed6e3f3df1e385aa3c8f13637389;hb=ffe167b0f2debbb3e21d2094508f8caca5a5bd8e;hp=cbab1fb77b1d6c4efb8565144256e6f1c5a6d540;hpb=a4e1328a9d20ccf4a9e5a19fce172e6deb2a33e2;p=karo-tx-linux.git diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c index cbab1fb77b1d..2e507b5025a3 100644 --- a/tools/perf/util/evlist.c +++ b/tools/perf/util/evlist.c @@ -1445,7 +1445,7 @@ int perf_evlist__strerror_tp(struct perf_evlist *evlist __maybe_unused, case ENOENT: scnprintf(buf, size, "%s", "Error:\tUnable to find debugfs\n" - "Hint:\tWas your kernel was compiled with debugfs support?\n" + "Hint:\tWas your kernel compiled with debugfs support?\n" "Hint:\tIs the debugfs filesystem mounted?\n" "Hint:\tTry 'sudo mount -t debugfs nodev /sys/kernel/debug'"); break;