From: Richard Biener Date: Wed, 22 May 2024 08:19:08 +0000 (+0200) Subject: web/115183 - fix typo in C++ docs X-Git-Tag: basepoints/gcc-16~8785 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=424f8a01df9b311250e416759ad61c00bba4af48;p=thirdparty%2Fgcc.git web/115183 - fix typo in C++ docs The following fixes a reported typo. * doc/invoke.texi (C++ Modules): Fix typo. --- 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