aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-11-29 13:02:50 +0000
committerBen Elliston <bje@gcc.gnu.org>2005-11-30 00:02:50 +1100
commitead903e9eeb7e245360ee2d48361f24a749b5e7a (patch)
treeaff2e536f328d3e5f5f0d374bd0aac36c4dc160b
parent2f3bdde7946ffbe607c345bc30ab7248a16a9447 (diff)
downloadgcc-ead903e9eeb7e245360ee2d48361f24a749b5e7a.zip
gcc-ead903e9eeb7e245360ee2d48361f24a749b5e7a.tar.gz
gcc-ead903e9eeb7e245360ee2d48361f24a749b5e7a.tar.bz2
i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment.
* config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment. From-SVN: r107669
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8aac20f..081455f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2005-11-29 Ben Elliston <bje@au.ibm.com>
+ * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN):
+ Fix typo in comment.
+
+2005-11-29 Ben Elliston <bje@au.ibm.com>
+
* Makefile.in (clean-target): Depend on clean-target-libgcc.
(clean-target-libgcc): Import rule from the top-level Makefile.in.
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 256c0e4..8202efb 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -547,7 +547,7 @@ extern int x86_prefetch_sse;
aligned; the compiler cannot rely on having this alignment. */
#define PREFERRED_STACK_BOUNDARY ix86_preferred_stack_boundary
-/* As of July 2001, many runtimes to not align the stack properly when
+/* As of July 2001, many runtimes do not align the stack properly when
entering main. This causes expand_main_function to forcibly align
the stack, which results in aligned frames for functions called from
main, though it does nothing for the alignment of main itself. */