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@codesourcery.com>2005-09-06 02:05:07 +0000
commit5fbf7fe986cd7d66b28a123494873fdbf67df247 (patch)
tree5be91040457888b19bef16f6de412ce62f0c496c /gcc/varasm.c
parentd72f5e6147101bb9c25006ce6eda39306e69563d (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103925 138bc75d-0d04-0410-961f-82ee72b054a4
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 a85f659c32a..d0f7afc8846 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. */