From d1f876538e319f40cf1e0cf83ee0943e4e8eb543 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 26 Dec 2002 18:45:04 +0000 Subject: 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 --- gcc/config/i386/winnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i386/winnt.c') 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? */ -- cgit v1.1