]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: fix whitespace
authorSam James <sam@gentoo.org>
Thu, 9 Oct 2025 03:24:40 +0000 (04:24 +0100)
committerSam James <sam@gentoo.org>
Wed, 22 Apr 2026 16:57:20 +0000 (17:57 +0100)
gcc/ChangeLog:

* doc/invoke.texi: Fix whitespace.

gcc/doc/invoke.texi

index 9b5c4ee3cae532f78dfff84dd3bd10c041041e6a..873d9803e2426690218e783c65a9521481915d2f 100644 (file)
@@ -10811,7 +10811,7 @@ This warning is also enabled by @option{-Wextra}.
 Warn if a function declared with an empty parameter list @samp{()} is
 called with one or more arguments, or if a function definition with one
 or more parameters is encountered after such a declaration.  Both cases
-are errors in C23 and later dialects  of C.
+are errors in C23 and later dialects of C.
 
 This warning is also enabled by @option{-Wc11-c23-compat}.