https://gcc.gnu.org/g:feaabf97356bc47b7575ea8f696935ef7a527f4f
commit r16-6583-gfeaabf97356bc47b7575ea8f696935ef7a527f4f Author: Jonathan Wakely <[email protected]> Date: Thu Jan 8 10:52:59 2026 +0000 doc: Fix typo in documentation of -flang-info-module-cmi gcc/ChangeLog: * doc/invoke.texi (C++ Dialect Options): Fix typo in documentation of -flang-info-module-cmi. 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 cf96d43ba118..6e6969f96b62 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3876,7 +3876,7 @@ specific user or system header using the include path. @item -flang-info-module-cmi @itemx -flang-info-module-cmi=@var{module} Inform of Compiled Module Interface pathnames. The first will note -all read CMI pathnames. The @var{module} form will not reading a +all read CMI pathnames. The @var{module} form will note reading a specific module's CMI. @var{module} may be a named module or a header-unit (the latter indicated by either being a pathname containing directory separators or enclosed in @code{<>} or @code{""}).
