https://gcc.gnu.org/g:424f8a01df9b311250e416759ad61c00bba4af48

commit r15-768-g424f8a01df9b311250e416759ad61c00bba4af48
Author: Richard Biener <rguent...@suse.de>
Date:   Wed May 22 10:19:08 2024 +0200

    web/115183 - fix typo in C++ docs
    
    The following fixes a reported typo.
    
            * doc/invoke.texi (C++ Modules): Fix typo.

Diff:
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 218901c0b20..0625a5ede6f 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -37646,7 +37646,7 @@ not get debugging information for routines in the 
precompiled header.
 @cindex speed of compilation
 
 Modules are a C++20 language feature.  As the name suggests, they
-provides a modular compilation system, intending to provide both
+provide 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
 of changes to the standard, although it does not capture later

Reply via email to