]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix minor grammar nit in -ftrivial-auto-var-init docs
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Mar 2025 13:48:15 +0000 (13:48 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 31 Mar 2025 11:37:52 +0000 (12:37 +0100)
gcc/ChangeLog:

* doc/extend.texi (Common Variable Attributes): Fix grammar in
final sentence of -ftrivial-auto-var-init description.

(cherry picked from commit f695d0392ffc82298d55474cd3025aec26db04ec)

gcc/doc/extend.texi

index 27fefb30041ee328b8dd7cb5435cf63313986454..22a2877bd663a0bfd56e585dfb0333ca379e627c 100644 (file)
@@ -8158,7 +8158,7 @@ to be excluded from such automatical initialization in order to reduce runtime
 overhead.
 
 This attribute has no effect when the option @code{-ftrivial-auto-var-init}
-does not present.
+is not present.
 
 @cindex @code{vector_size} variable attribute
 @item vector_size (@var{bytes})