Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: gcc/gcc/tree-browser.def

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/tree-affine.h ('k') | gcc/gcc/tree-call-cdce.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/tree-browser.def
diff --git a/gcc/gcc/tree-browser.def b/gcc/gcc/tree-browser.def
index 660792ef9a5186aeab6246b5a087003c35f754d6..cd8145b684de95de449dd5c8020059d3f0457835 100644
--- a/gcc/gcc/tree-browser.def
+++ b/gcc/gcc/tree-browser.def
@@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
/* First field in the following declarations is the code of the command
- used by the tree browser.
+ used by the tree browser.
Second field is what is parsed in order to recognize a command.
Third field is used for printing the help message. */
@@ -82,12 +82,12 @@ DEFTBCODE (TB_MIN, "min", "Field accessor.")
DEFTBCODE (TB_MAX, "max", "Field accessor.")
/* Searching commands. */
-DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.")
+DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.")
DEFTBCODE (TB_SEARCH_NAME, "sn", "Search an identifier having a name given as a parameter.")
/* Printing commands. */
-DEFTBCODE (TB_PRETTY_PRINT, "pp", "Pretty print current node.")
-DEFTBCODE (TB_PRINT, "p", "Prints the current node.")
+DEFTBCODE (TB_PRETTY_PRINT, "pp", "Pretty print current node.")
+DEFTBCODE (TB_PRINT, "p", "Prints the current node.")
/*
« no previous file with comments | « gcc/gcc/tree-affine.h ('k') | gcc/gcc/tree-call-cdce.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698