aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.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/varasm.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/varasm.c')
-rw-r--r--gcc/varasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index a85f659..d0f7afc 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -3847,7 +3847,7 @@ output_constant (tree exp, unsigned HOST_WIDE_INT size, unsigned int align)
if (size == 0 || flag_syntax_only)
return;
- /* See if we're trying to intialize a pointer in a non-default mode
+ /* See if we're trying to initialize a pointer in a non-default mode
to the address of some declaration somewhere. If the target says
the mode is valid for pointers, assume the target has a way of
resolving it. */