From: Sam James Date: Thu, 9 Oct 2025 02:38:06 +0000 (+0100) Subject: doc: fix grammar nit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ba6f2f96340f98d0d84b60c5f6bb1141500b03;p=thirdparty%2Fgcc.git doc: fix grammar nit gcc/ChangeLog: * doc/invoke.texi: Add missing full stop. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8802d416b30..41ce025350e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8464,7 +8464,7 @@ It warns about code that might break the strict aliasing rules that the compiler is using for optimization. The warning does not catch all cases, but does attempt to catch the more common pitfalls. It is included in @option{-Wall}. -It is equivalent to @option{-Wstrict-aliasing=3} +It is equivalent to @option{-Wstrict-aliasing=3}. @opindex Wstrict-aliasing=n @item -Wstrict-aliasing=n