aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/winnt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-26 18:45:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-26 18:45:04 +0000
commitd1f876538e319f40cf1e0cf83ee0943e4e8eb543 (patch)
tree693c752cca293a18b8a5f441753970e2faa97ce8 /gcc/config/i386/winnt.c
parenteab5474f6d127da9625a398ba5c5e759ab73d130 (diff)
downloadgcc-d1f876538e319f40cf1e0cf83ee0943e4e8eb543.zip
gcc-d1f876538e319f40cf1e0cf83ee0943e4e8eb543.tar.gz
gcc-d1f876538e319f40cf1e0cf83ee0943e4e8eb543.tar.bz2
athlon.md: Fix comment typos.
* config/i386/athlon.md: Fix comment typos. * config/i386/crtdll.h: Likewise. * config/i386/djgpp.h: Likewise. * config/i386/i386-interix.h: Likewise. * config/i386/i386.c: Likewise. * config/i386/i386.h: Likewise. * config/i386/i386.md: Likewise. * config/i386/k6.md: Likewise. * config/i386/mingw32.h: Likewise. * config/i386/pentium.md: Likewise. * config/i386/sco5.h: Likewise. * config/i386/winnt.c: Likewise. * config/i386/xmmintrin.h: Likewise. From-SVN: r60524
Diffstat (limited to 'gcc/config/i386/winnt.c')
-rw-r--r--gcc/config/i386/winnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c
index 89dd007..8467761 100644
--- a/gcc/config/i386/winnt.c
+++ b/gcc/config/i386/winnt.c
@@ -579,7 +579,7 @@ i386_pe_unique_section (decl, reloc)
If the section has already been defined, to not allow it to have
different attributes, as (1) this is ambiguous since we're not seeing
all the declarations up front and (2) some assemblers (e.g. SVR4)
- do not recoginize section redefinitions. */
+ do not recognize section redefinitions. */
/* ??? This differs from the "standard" PE implementation in that we
handle the SHARED variable attribute. Should this be done for all
PE targets? */