aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-08-27 06:46:38 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-08-27 06:46:38 +0000
commit69b3f75b43711fcdf578070c3201e1e954ab70cc (patch)
treebb9033e427a1ef251164c87119a4042882a405db
parent0ab2e9491740da9f7f5fb628a7a1222a5f44e457 (diff)
downloadgcc-69b3f75b43711fcdf578070c3201e1e954ab70cc.zip
gcc-69b3f75b43711fcdf578070c3201e1e954ab70cc.tar.gz
gcc-69b3f75b43711fcdf578070c3201e1e954ab70cc.tar.bz2
* config/i386/crtfastmath.c: Fix a comment typo.
From-SVN: r116487
-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))