perf annotate browser: Fix typo
Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: http://lkml.kernel.org/r/20130802111050.GA29126@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
fcd9fef9a6
commit
e6f6538888
@ -505,7 +505,7 @@ static bool annotate_browser__jump(struct annotate_browser *browser)
|
|||||||
|
|
||||||
dl = annotate_browser__find_offset(browser, dl->ops.target.offset, &idx);
|
dl = annotate_browser__find_offset(browser, dl->ops.target.offset, &idx);
|
||||||
if (dl == NULL) {
|
if (dl == NULL) {
|
||||||
ui_helpline__puts("Invallid jump offset");
|
ui_helpline__puts("Invalid jump offset");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user