aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-browser.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-browser.def')
-rw-r--r--gcc/tree-browser.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-browser.def b/gcc/tree-browser.def
index 57fb1df8044..ef14492d83f 100644
--- a/gcc/tree-browser.def
+++ b/gcc/tree-browser.def
@@ -33,7 +33,7 @@ DEFTBCODE (TB_UPDATE_UP, "update", "Update information about parent expre
DEFTBCODE (TB_VERBOSE, "verbose", "Sets/unsets verbose mode (default is on).")
/* Walking commands. */
-DEFTBCODE (TB_FUN, "fun", "Go to the curent function declaration.")
+DEFTBCODE (TB_FUN, "fun", "Go to the current function declaration.")
DEFTBCODE (TB_NEXT, "nx", "Go to the next expression in a BIND_EXPR.")
DEFTBCODE (TB_PREV, "pr", "Go to the previous expression in a BIND_EXPR.")
DEFTBCODE (TB_UP, "up", "Go to the parent tree node.")