diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-05-25 22:58:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-05-25 22:58:16 +0000 |
commit | c80b4100e044ac1ca52c08d640ccbf03d29e8f05 (patch) | |
tree | 637326f06fc8294c247b4bfa25348b265ff3f697 /gcc/optabs.h | |
parent | b6dcc3149b9463470bed0dda3d369b15878584c3 (diff) | |
download | gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.zip gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.gz gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.bz2 |
cfglayout.c, [...]: Fix comment typos.
* cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,
haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c,
tree-predcom.c, tree-ssa-alias-warnings.c,
tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix
comment typos. Follow spelling conventions.
* doc/cpp.texi, doc/invoke.texi: Fix typos.
From-SVN: r125080
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index 7df2669..4fe7785 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -89,13 +89,13 @@ enum optab_index /* Signed multiply and add with the result and addend one machine mode wider than the multiplicand and multiplier. */ OTI_smadd_widen, - /* Unigned multiply and add with the result and addend one machine mode + /* Unsigned multiply and add with the result and addend one machine mode wider than the multiplicand and multiplier. */ OTI_umadd_widen, /* Signed multiply and subtract the result and minuend one machine mode wider than the multiplicand and multiplier. */ OTI_smsub_widen, - /* Unigned multiply and subtract the result and minuend one machine mode + /* Unsigned multiply and subtract the result and minuend one machine mode wider than the multiplicand and multiplier. */ OTI_umsub_widen, |