projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f113bee
)
perf annotate: Fix typo
author
Dongsheng Yang
<yangds.fnst@cn.fujitsu.com>
Mon, 9 Dec 2013 22:47:48 +0000
(17:47 -0500)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 9 Dec 2013 18:22:21 +0000
(15:22 -0300)
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>
tools/perf/builtin-annotate.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-annotate.c
b/tools/perf/builtin-annotate.c
index 4087ab19823c2f843c50e18d7b8e5042a079032f..6fd52c8fa6824b8ba068a520de4824400a545473 100644
(file)
--- 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 tha
t
* it's a symbol filter:
*/
if (argc > 1)