aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>2013-12-09 17:47:48 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-12-09 15:22:21 -0300
commit6f1d0c866261ec1e42850b2bf760484c100b6dd6 (patch)
tree3134fe9118f9ca48dc440758786336f658650b15 /tools/perf/builtin-annotate.c
parentperf archive: Remove duplicated 'runs' in man page (diff)
downloadlinux-dev-6f1d0c866261ec1e42850b2bf760484c100b6dd6.tar.xz
linux-dev-6f1d0c866261ec1e42850b2bf760484c100b6dd6.zip
perf annotate: Fix typo
A typo in comment of builtin-annotate.c about 'that'. Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Link: http://lkml.kernel.org/r/46cb069a4ce21141057a07c0b50baa9968e3228c.1386629050.git.yangds.fnst@cn.fujitsu.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 4087ab19823c..6fd52c8fa682 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -373,7 +373,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __maybe_unused)
if (argc) {
/*
- * Special case: if there's an argument left then assume tha
+ * Special case: if there's an argument left then assume that
* it's a symbol filter:
*/
if (argc > 1)