* config/i386/crtfastmath.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Aug 2006 06:46:38 +0000 (06:46 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Aug 2006 06:46:38 +0000 (06:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116487 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/crtfastmath.c

index e55f6c9..a91944e 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-27  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/i386/crtfastmath.c: Fix a comment typo.
+
 2006-08-26  Roger Sayle  <roger@eyesopen.com>
 
        * tree.h (CASE_LOW_SEEN, CASE_HIGH_SEEN): New macros for manipulating
index 08ddaff..5991442 100644 (file)
@@ -39,7 +39,7 @@
 
 static void __attribute__((constructor))
 #ifndef __x86_64__
-/* The i386 ABI only requires 4-byte stack alignment, so this is neccessary
+/* The i386 ABI only requires 4-byte stack alignment, so this is necessary
    to make sure the fxsave struct gets correct alignment.
    See PR27537 and PR28621.  */
 __attribute__ ((force_align_arg_pointer))