]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment.
authorBen Elliston <bje@au.ibm.com>
Tue, 29 Nov 2005 13:02:50 +0000 (13:02 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 29 Nov 2005 13:02:50 +0000 (00:02 +1100)
* config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN):
Fix typo in comment.

From-SVN: r107669

gcc/ChangeLog
gcc/config/i386/i386.h

index 8aac20f508b82222a7926a4da0ac5c148481b3b6..081455fe63ba5518ca86235088d8548ddc8dc8c6 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 256c0e49e20963866125d2287985e96a11accd7a..8202efbeee645f94d3f072f395124a55fdf93749 100644 (file)
@@ -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.  */