diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-03-10 13:48:15 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-03-11 17:32:37 +0000 |
commit | f695d0392ffc82298d55474cd3025aec26db04ec (patch) | |
tree | 6dd37ea3c4e6276bceceb225898510c640f52571 /gcc | |
parent | 34bc3118d961c459a6bc986077826b3580e2100d (diff) | |
download | gcc-f695d0392ffc82298d55474cd3025aec26db04ec.zip gcc-f695d0392ffc82298d55474cd3025aec26db04ec.tar.gz gcc-f695d0392ffc82298d55474cd3025aec26db04ec.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 6797efc..bae3fba 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -8490,7 +8490,7 @@ to be excluded from such automatic 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}) |