summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMasanari Iida2019-08-01 05:28:12 +0200
committerArnaldo Carvalho de Melo2019-08-08 20:41:10 +0200
commit89b66500f739e0033ef59011e3df694f2053679d (patch)
treec4ca955406967a715ce72f3a98a86c7c27ab4b33 /tools
parentperf cpumap: Fix writing to illegal memory in handling cpumap mask (diff)
downloadkernel-qcow2-linux-89b66500f739e0033ef59011e3df694f2053679d.tar.gz
kernel-qcow2-linux-89b66500f739e0033ef59011e3df694f2053679d.tar.xz
kernel-qcow2-linux-89b66500f739e0033ef59011e3df694f2053679d.zip
perf tools: Fix a typo in a variable name in the Documentation Makefile
This patch fix a spelling typo in a variable name in the Documentation Makefile. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190801032812.25018-1-standby24x7@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 6d148a40551c..adc5a7e44b98 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
$(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
mv $@+ $@
--include $(OUPTUT)doc.dep
+-include $(OUTPUT)doc.dep
_cmds_txt = cmds-ancillaryinterrogators.txt \
cmds-ancillarymanipulators.txt \