diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 03:42:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 03:42:55 +0000 |
commit | 06b27565fde517f9f8ac1f4fc7fc9828c4cc95c2 (patch) | |
tree | 782893b0afb24d21b87a6216e40df5e5f887e02f /gcc/varasm.c | |
parent | f35e07c2a3efc9ebe906a990e4eee12adc435e0a (diff) | |
download | gcc-06b27565fde517f9f8ac1f4fc7fc9828c4cc95c2.tar.gz |
* cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
lambda-code.c, loop.c, machmode.def, mips-tfile.c,
modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
config/i386/i386.md, config/rs6000/predicates.md,
config/rs6000/rs6000.c, config/s390/fixdfdi.h,
config/s390/s390.c, config/stormy16/stormy16.c,
config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index d2aeac6aabf..b567c38cbc6 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -4421,7 +4421,7 @@ globalize_decl (tree decl) /* We have to be able to tell cgraph about the needed-ness of the target of an alias. This requires that the decl have been defined. Aliases - that preceed their definition have to be queued for later processing. */ + that precede their definition have to be queued for later processing. */ struct alias_pair GTY(()) { |