From d276541a82c1fd3d5d272b09f2b7da0e42e4cf4c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 10 Mar 2025 13:48:15 +0000 Subject: [PATCH] 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) --- 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 27fefb30041..22a2877bd66 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}) -- 2.47.2