public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] doc: Fix typos in C++ Modules documentation
@ 2021-01-09 14:35 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-01-09 14:35 UTC (permalink / raw)
  To: gcc-patches; +Cc: Nathan Sidwell

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

gcc/ChangeLog:

	* doc/invoke.texi (C++ Modules): Fix typos.

I plan to commit this as obvious.

The s/it/they/ change is because the previous sentence says "Modules
are" so we should consistently refer to them as plural, not singular.



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

commit 142b67a620e343c62524c170682f4b50980ee0a0
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Jan 9 14:31:48 2021

    doc: Fix typos in C++ Modules documentation
    
    gcc/ChangeLog:
    
            * doc/invoke.texi (C++ Modules): Fix typos.

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 226b8ade430..298f1f873e3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -32860,7 +32860,7 @@ not get debugging information for routines in the precompiled header.
 @section C++ Modules
 @cindex speed of compilation
 
-Modules are a C++ 20 language feature.  As the name suggests, it
+Modules are a C++20 language feature.  As the name suggests, they
 provides a modular compilation system, intending to provide both
 faster builds and better library isolation.  The ``Merging Modules''
 paper @uref{https://wg21.link/p1103}, provides the easiest to read set
@@ -32892,7 +32892,7 @@ emitted.
 
 @item Translation-Unit local referencing rules
 Papers p1815 (@uref{https://wg21.link/p1815}) and p2003
-(@uref{https://wg21.link/p2003} add limitations on which entities an
+(@uref{https://wg21.link/p2003}) add limitations on which entities an
 exported region may reference (for instance, the entities an exported
 template definition may reference).  These are not fully implemented.
 

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

only message in thread, other threads:[~2021-01-09 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09 14:35 [PATCH] doc: Fix typos in C++ Modules documentation 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).