From f72f9496e3d605f2768dc8ab4a620ede69caf859 Mon Sep 17 00:00:00 2001 From: David Ahern Date: Tue, 8 May 2012 15:01:19 -0600 Subject: [PATCH] --- yaml --- r: 304929 b: refs/heads/master c: f6c1be2711333b40d7940ff87e3509b4cd278195 h: refs/heads/master i: 304927: d6aa7589feb9aa736e197d33343fad7aec31130d v: v3 --- [refs] | 2 +- trunk/tools/perf/ui/browsers/annotate.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 8fd426f92c2d..d068841a7034 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1cae34d6fda59391e1b06ac1642ef4a740ba3ef +refs/heads/master: f6c1be2711333b40d7940ff87e3509b4cd278195 diff --git a/trunk/tools/perf/ui/browsers/annotate.c b/trunk/tools/perf/ui/browsers/annotate.c index 4db5186472b5..a299290d0460 100644 --- a/trunk/tools/perf/ui/browsers/annotate.c +++ b/trunk/tools/perf/ui/browsers/annotate.c @@ -491,9 +491,9 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx, struct map_symbol *ms = self->b.priv; struct symbol *sym = ms->sym; const char *help = "<-/ESC: Exit, TAB/shift+TAB: Cycle hot lines, " - "H: Go to hottest line, ->/ENTER: Line action, " - "O: Toggle offset view, " - "S: Toggle source code view"; + "H: Hottest line, ->/ENTER: Line action, " + "O: Offset view, " + "S: Source view"; int key; if (ui_browser__show(&self->b, sym->name, help) < 0)