invoke.texi (-maccumulate-args): Fix bad grammar.
authorMartin Sebor <msebor@redhat.com>
Thu, 2 Feb 2017 21:00:49 +0000 (21:00 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 2 Feb 2017 21:00:49 +0000 (14:00 -0700)
gcc/ChangeLog:
       * doc/invoke.texi (-maccumulate-args): Fix bad grammar.

From-SVN: r245137

gcc/ChangeLog
gcc/doc/invoke.texi

index ec835c6c6b959d2b077082d3e5b3e988643dfc0a..c7ac7ee9cebd89f96b56898426097500f4ddcbaf 100644 (file)
@@ -1,5 +1,7 @@
 2017-02-02  Martin Sebor  <msebor@redhat.com>
 
+       * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
+
        PR middle-end/32003
        * doc/invoke.texi (-fdump-rtl-): Remove pass-specific options from
        index.
index 47ceebbb20a6f7bcf774fb1833b54c704beea1e0..2d8ee57552d1fc9690ccde1b0f5051c1ac7bf49f 100644 (file)
@@ -15434,7 +15434,7 @@ before calling a function and popped afterwards.
 
 Popping the arguments after the function call can be expensive on
 AVR so that accumulating the stack space might lead to smaller
-executables because arguments need not to be removed from the
+executables because arguments need not be removed from the
 stack after such a function call.
 
 This option can lead to reduced code size for functions that perform