diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-19 03:05:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-19 03:05:49 +0000 |
commit | 128a79fb0142757127a8ded0635ce6f4f94ecbba (patch) | |
tree | 2515da9a6676ddb153df106225173fc9b07d620d /gcc/tree-ssa-forwprop.c | |
parent | f75aac9e435b093bed7dbacf192453c2147e1503 (diff) | |
download | gcc-128a79fb0142757127a8ded0635ce6f4f94ecbba.zip gcc-128a79fb0142757127a8ded0635ce6f4f94ecbba.tar.gz gcc-128a79fb0142757127a8ded0635ce6f4f94ecbba.tar.bz2 |
cfgexpand.c, [...]: Fix comment typos.
gcc/
* cfgexpand.c, tree-cfg.c, tree-inline.c, tree-optimize.c,
tree-ssa-forwprop.c: Fix comment typos.
* doc/invoke.texi: Fix a typo.
cp/
* parser.c: Fix comment typos.
From-SVN: r99944
Diffstat (limited to 'gcc/tree-ssa-forwprop.c')
-rw-r--r-- | gcc/tree-ssa-forwprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index 93f1cf6..e4cae68 100644 --- a/gcc/tree-ssa-forwprop.c +++ b/gcc/tree-ssa-forwprop.c @@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */ code. One day we'll want to generalize this code. One class of common cases we handle is forward propagating a single use - variale into a COND_EXPR. + variable into a COND_EXPR. bb0: x = a COND b; |