aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/crtfastmath.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e55f6c9..a91944e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/crtfastmath.c b/gcc/config/i386/crtfastmath.c
index 08ddaff..5991442 100644
--- a/gcc/config/i386/crtfastmath.c
+++ b/gcc/config/i386/crtfastmath.c
@@ -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))