diff options
author | Richard Biener <rguenther@suse.de> | 2024-05-22 10:19:08 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2024-05-22 10:20:14 +0200 |
commit | 424f8a01df9b311250e416759ad61c00bba4af48 (patch) | |
tree | ba0061ed7c908c44ca681ad6c3ad1e728568c4b7 | |
parent | 6c97934fde7caf483ffc5079eb8ca4af04354a2c (diff) | |
download | gcc-424f8a01df9b311250e416759ad61c00bba4af48.zip gcc-424f8a01df9b311250e416759ad61c00bba4af48.tar.gz gcc-424f8a01df9b311250e416759ad61c00bba4af48.tar.bz2 |
web/115183 - fix typo in C++ docs
The following fixes a reported typo.
* doc/invoke.texi (C++ Modules): Fix typo.
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 218901c..0625a5e 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 |