]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix typo in documentation of -flang-info-module-cmi
authorJonathan Wakely <jwakely@redhat.com>
Thu, 8 Jan 2026 10:52:59 +0000 (10:52 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 8 Jan 2026 16:32:27 +0000 (16:32 +0000)
gcc/ChangeLog:

* doc/invoke.texi (C++ Dialect Options): Fix typo in
documentation of -flang-info-module-cmi.

gcc/doc/invoke.texi

index cf96d43ba118d179038c24a88c9c1e86c794e4e8..6e6969f96b62bbc868f4c125e58ae3dd238e8cb4 100644 (file)
@@ -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{""}).