diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-03 14:09:57 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-03 14:09:57 +0000 |
commit | 315682fb369234900afb7c232e23f116fe35d1dc (patch) | |
tree | bd4b4f2c491dbc0ee7621f452f734180790eb8a1 /gcc/config | |
parent | ee307009db460dd07589e6bc2d31aad4c5a40426 (diff) | |
download | gcc-315682fb369234900afb7c232e23f116fe35d1dc.zip gcc-315682fb369234900afb7c232e23f116fe35d1dc.tar.gz gcc-315682fb369234900afb7c232e23f116fe35d1dc.tar.bz2 |
cfghooks.c, [...]: Fix comment typos.
* cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:
Fix comment typos.
From-SVN: r97490
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/winnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index ebd8db7..cfab227 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -681,7 +681,7 @@ i386_pe_asm_named_section (const char *name, unsigned int flags, /* Functions may have been compiled at various levels of optimization so we can't use `same_size' here. Instead, have the linker pick one, without warning. - If 'selectany' attibute has been specified, MS compiler + If 'selectany' attribute has been specified, MS compiler sets 'discard' characteristic, rather than telling linker to warn of size or content mismatch, so do the same. */ bool discard = (flags & SECTION_CODE) |