diff mbox series

web/115183 - fix typo in C++ docs

Message ID 20240522082025.3E873386583C@sourceware.org
State New
Headers show
Series web/115183 - fix typo in C++ docs | expand

Commit Message

Richard Biener May 22, 2024, 8:19 a.m. UTC
The following fixes a reported typo.

Pushed.

	* doc/invoke.texi (C++ Modules): Fix typo.
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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