diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-03-17 17:44:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-03-17 17:44:02 +0000 |
commit | 44c7bd63b6cb84d93f1408574bc2fb74179ba445 (patch) | |
tree | 53acd4868efeee02477736aa3dc09717ec6a8df9 /gcc/omega.h | |
parent | a757b5c594279e7e3a4a51bf5748dbd0785a3fbc (diff) | |
download | gcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.tar.gz |
arm.c, [...]: Fix comment typos.
* config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
typos.
* doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
Follow spelling conventions.
From-SVN: r123025
Diffstat (limited to 'gcc/omega.h')
-rw-r--r-- | gcc/omega.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omega.h b/gcc/omega.h index c050a6e0329..0d6b403954f 100644 --- a/gcc/omega.h +++ b/gcc/omega.h @@ -198,7 +198,7 @@ omega_copy_eqn (eqn e1, eqn e2, int s) memcpy (e1->coef, e2->coef, (s + 1) * sizeof (int)); } -/* Intialize E = 0. Equation E contains S variables. */ +/* Initialize E = 0. Equation E contains S variables. */ static inline void omega_init_eqn_zero (eqn e, int s) |