public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Fix grammar for computed goto notes
@ 2022-02-01 12:55 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-02-01 12:55 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 19 bytes --]

Pushed to wwwdocs.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 815 bytes --]

commit 5f199e1197b67b4304a3be54579c2141c39bff30
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Feb 1 12:54:42 2022 +0000

    Fix grammar for computed goto notes

diff --git a/htdocs/gcc-12/porting_to.html b/htdocs/gcc-12/porting_to.html
index 86d99723..7f4a2936 100644
--- a/htdocs/gcc-12/porting_to.html
+++ b/htdocs/gcc-12/porting_to.html
@@ -30,10 +30,10 @@ and provide solutions. Let us know if you have suggestions for improvements!
 -->
 <h2 id="c">C language issues</h2>
 
-<h3 id="computedgotos">Computed goto now require a pointer type</h3>
+<h3 id="computedgotos">Computed goto now requires a pointer type</h3>
 
 <p>
-In GCC 12, computed gotos require a pointer type.
+In GCC 12, a computed goto requires a pointer type.
 An example which was accepted before:</p>
 <pre><code>
   void f(void)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-01 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 12:55 [wwwdocs] Fix grammar for computed goto notes Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).