diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-12 15:17:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-12 15:17:56 +0000 |
commit | 647eea9dd803b0b7df330dc834d5817761fcfbe6 (patch) | |
tree | e97624b94c226e126abcb5ef4b80d102a7fd124b /gcc/c-tree.h | |
parent | 0008978072badfdf3c5afc69f98530cc3e48f953 (diff) | |
download | gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.zip gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.gz gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.bz2 |
c-tree.h, [...]: Fix comment typos.
* c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow
spelling conventions.
From-SVN: r94939
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 073f93e..1cde482 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -126,7 +126,7 @@ struct c_expr /* The value of the expression. */ tree value; /* Record the original binary operator of an expression, which may - have been changed by fold, STRING_CST for unparenthesised string + have been changed by fold, STRING_CST for unparenthesized string constants, or ERROR_MARK for other expressions (including parenthesized expressions). */ enum tree_code original_code; |