aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-09-06 02:05:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-09-06 02:05:07 +0000
commit57b51d4d635b49b94ace7d83ef0294f58dcb64f7 (patch)
tree5be91040457888b19bef16f6de412ce62f0c496c /gcc/config/rs6000/rs6000.c
parent7a7d74a971853f7186bec8d87ca8171c21243e3e (diff)
downloadgcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.zip
gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.tar.gz
gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.tar.bz2
gimplify.c, [...]: Fix comment typos.
* gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c, config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c, config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi: Follow spelling conventions. From-SVN: r103925
Diffstat (limited to 'gcc/config/rs6000/rs6000.c')
-rw-r--r--gcc/config/rs6000/rs6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 43c0532..6cc10ec 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -2260,7 +2260,7 @@ rs6000_expand_vector_init (rtx target, rtx vals)
{
rtx copy = copy_rtx (vals);
- /* Load constant part of vector, substititute neighboring value for
+ /* Load constant part of vector, substitute neighboring value for
varying element. */
XVECEXP (copy, 0, one_var) = XVECEXP (vals, 0, (one_var + 1) % n_elts);
rs6000_expand_vector_init (target, copy);