aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/doc/extend.texi2
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 0a6e1fc7e48..1c3c44192d0 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -2704,7 +2704,7 @@ floating point arguments on the stack.
The @code{force_align_arg_pointer} attribute may be applied to
individual function definitions, assuming that the runtime stack is
aligned according to the psABI and generating an alternate
-prologue/aepilogue that realigns the runtime stack if necessary.
+prologue/epilogue that realigns the runtime stack if necessary.
On the Intel x86, this supports mixing codes that keep a 4-byte aligned
stack, as specified by i386 psABI, with codes that need a 16-byte
aligned stack, as required by SSE instructions.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index bda55c8182b..dbaf5b904e4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10721,7 +10721,7 @@ the default is 4 (16 bytes or 128 bits).
@item -mincoming-stack-boundary=@var{num}
@opindex mincoming-stack-boundary
-Assume the incoming stack aligned to a 2 raised to @var{num} byte
+Assume the incoming stack is aligned to a 2 raised to @var{num} byte
boundary. If @option{-mincoming-stack-boundary} is not specified,
the one specified by @option{-mpreferred-stack-boundary} will be used.