diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-11-05 20:24:18 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-11-05 20:24:18 +0000 |
commit | c83eecadfde96f31d483f70c043572cfb24d9575 (patch) | |
tree | 5862299337bcb2adb6751447c1b727ed4555e24f /gcc/tree-flow-inline.h | |
parent | d492addcd36c2fc92388b950b4e1159f7e941edb (diff) | |
download | gcc-c83eecadfde96f31d483f70c043572cfb24d9575.zip gcc-c83eecadfde96f31d483f70c043572cfb24d9575.tar.gz gcc-c83eecadfde96f31d483f70c043572cfb24d9575.tar.bz2 |
c-typeck.c, [...]: Fix comment typos.
* 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.
From-SVN: r106532
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 e31db44..e1c19fc 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 |