https://gcc.gnu.org/g:d276541a82c1fd3d5d272b09f2b7da0e42e4cf4c

commit r14-11484-gd276541a82c1fd3d5d272b09f2b7da0e42e4cf4c
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Mon Mar 10 13:48:15 2025 +0000

    doc: Fix minor grammar nit in -ftrivial-auto-var-init docs
    
    gcc/ChangeLog:
    
            * doc/extend.texi (Common Variable Attributes): Fix grammar in
            final sentence of -ftrivial-auto-var-init description.
    
    (cherry picked from commit f695d0392ffc82298d55474cd3025aec26db04ec)

Diff:
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 27fefb30041e..22a2877bd663 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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})

Reply via email to