diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-29 19:38:34 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-29 19:38:34 +0000 |
commit | 4133d091f4d6bec891da26550dd256036c9a53b2 (patch) | |
tree | 346c11fbeaa60e2d6a27520ff73355a3f0cdd1ce /gcc/tree-browser.def | |
parent | 2b9a6d9913ae17b4a48134a5b46490ee03c465b7 (diff) | |
download | gcc-4133d091f4d6bec891da26550dd256036c9a53b2.tar.gz |
* cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c,
opts.c, postreload-gcse.c, tree-browser.def, tree-eh.c,
tree-ssa-copyrename.c, tree-vect-analyze.c: Fix typos and
follow spelling conventions in error/dump messages.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100330 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-browser.def')
-rw-r--r-- | gcc/tree-browser.def | 2 |
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.") |