diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-05 20:24:18 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-05 20:24:18 +0000 |
| commit | 7063afc34ff68b6930703cd516f2d8325cf798b8 (patch) | |
| tree | 5862299337bcb2adb6751447c1b727ed4555e24f /gcc/tree-flow-inline.h | |
| parent | 10bef3cafc138e0d412f9ce596f8e387ce1b10da (diff) | |
| download | ppe42-gcc-7063afc34ff68b6930703cd516f2d8325cf798b8.tar.gz ppe42-gcc-7063afc34ff68b6930703cd516f2d8325cf798b8.zip | |
* c-typeck.c, config/i386/netware.h, config/m32c/cond.md,
config/ms1/ms1.h, config/rs6000/predicates.md,
config/s390/s390.c, params.def, postreload-gcse.c,
tree-flow-inline.h, tree-ssa-operands.c, tree-vectorizer.c,
tree-vrp.c, tree.c: Fix comment typos.
* doc/invoke.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106532 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow-inline.h')
| -rw-r--r-- | gcc/tree-flow-inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index e31db442a5d..e1c19fc6dd4 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -1036,7 +1036,7 @@ op_iter_next_tree (ssa_op_iter *ptr) /* This functions clears the iterator PTR, and marks it done. This is normally - used to prevent warnings in the compile about might be uninitailzied + used to prevent warnings in the compile about might be uninitialized components. */ static inline void |

