Committed as obvious.
commit 6404392bcf74d2af7d171cc1df9b5c001d2218f8
Author: Jonathan Wakely <[email protected]>
Date: Tue Aug 24 18:06:25 2021 +0100
Fix grammar in gcc-11 release notes
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index b8bb2e69..6dec8856 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -148,8 +148,8 @@ You may also want to check out our
This can produce up to 25% more compact debug information
compared to earlier versions.
<p>
- To take full advantage of DWARF version 5 GCC needs to be build
- against binutils version 2.35.2 or higher. When GCC is build
+ To take full advantage of DWARF version 5 GCC needs to be built
+ against binutils version 2.35.2 or higher. When GCC is built
against earlier versions of binutils GCC will still emit DWARF
version 5 for most debuginfo data, but will generate version 4
debug line tables (even when explicitly given <code>-gdwarf-5</code>).