summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-25 08:30:30 +0000
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-25 08:30:30 +0000
commit646ea1f52efa49a9651e02185d35e07809d2ca8e (patch)
treea3085101a168a50846ab7f507d3a2c0b6eb7420f /gcc/config
parent595bdb35c2eac4618cbfe3c64232a1d9643efc64 (diff)
downloadgcc-646ea1f52efa49a9651e02185d35e07809d2ca8e.tar.gz
2012-06-25 Tristan Gingold <gingold@adacore.com>
* config/i386/i386.h: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 18633faa90a..ca767b578d9 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -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)