]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
web/115183 - fix typo in C++ docs
authorRichard Biener <rguenther@suse.de>
Wed, 22 May 2024 08:19:08 +0000 (10:19 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 22 May 2024 08:20:14 +0000 (10:20 +0200)
The following fixes a reported typo.

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

gcc/doc/invoke.texi

index 218901c0b20e03209369ef348fef607ad6fc39dd..0625a5ede6f74f2212751996cf8853a616df60a9 100644 (file)
@@ -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