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/cfgexpand.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/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 215f6d4..cd9829e 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -597,7 +597,7 @@ expand_one_register_var (tree var) } /* A subroutine of expand_one_var. Called to assign rtl to a VAR_DECL that - has some associated error, e.g. it's type is error-mark. We just need + has some associated error, e.g. its type is error-mark. We just need to pick something that won't crash the rest of the compiler. */ static void |