]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.h: Fix typo.
authorTristan Gingold <gingold@adacore.com>
Mon, 25 Jun 2012 08:30:30 +0000 (08:30 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Mon, 25 Jun 2012 08:30:30 +0000 (08:30 +0000)
2012-06-25  Tristan Gingold  <gingold@adacore.com>

* config/i386/i386.h: Fix typo.

From-SVN: r188931

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

index fb64279ac68260c79ae665d41e00abf66b95e965..dbba68ace90d16fec8e68b5f0cb8fbef6c457bb7 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-25  Tristan Gingold  <gingold@adacore.com>
+
+       * config/i386/i386.h: Fix typo.
+
 2012-06-25  Tristan Gingold  <gingold@adacore.com>
 
        * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
index 18633faa90aacf7cc842f69e998e7b3d0f62e900..ca767b578d9af489a4a3b24144298744d71c99c0 100644 (file)
@@ -736,7 +736,7 @@ enum target_cpu_default
    is reduced by 256, an over-estimated upper bound for the stack use by the
    prologue.
    We define only one threshold for both the prolog and the epilog.  When the
-   frame size is larger than this threshold, we allocate the are to save SSE
+   frame size is larger than this threshold, we allocate the area to save SSE
    regs, then save them, and then allocate the remaining.  There is no SEH
    unwind info for this later allocation.  */
 #define SEH_MAX_FRAME_SIZE ((2U << 30) - 256)