diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-19 03:05:49 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-19 03:05:49 +0000 |
| commit | c78cbec85ead213282b6beaf5815ce68aa6bdaa8 (patch) | |
| tree | 2515da9a6676ddb153df106225173fc9b07d620d /gcc/tree-ssa-forwprop.c | |
| parent | e168332da6a7399278e91f551b41c1a2544574c2 (diff) | |
| download | ppe42-gcc-c78cbec85ead213282b6beaf5815ce68aa6bdaa8.tar.gz ppe42-gcc-c78cbec85ead213282b6beaf5815ce68aa6bdaa8.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99944 138bc75d-0d04-0410-961f-82ee72b054a4
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 93f1cf65e3c..e4cae683f49 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; |

