gcc/ChangeLog:
* doc/extend.texi (Common Variable Attributes): Fix grammar in
final sentence of -ftrivial-auto-var-init description.
---
Pushed as obvious.
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 6797efc0bb4..bae3fba6b2b 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})
--
2.48.1