]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix typo in Warning Options [PR110595]
authorJonathan Wakely <jwakely@redhat.com>
Sat, 8 Jul 2023 09:22:29 +0000 (10:22 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Sat, 8 Jul 2023 09:32:47 +0000 (10:32 +0100)
gcc/ChangeLog:

PR c++/110595
* doc/invoke.texi (Warning Options): Fix typo.

(cherry picked from commit 238944752e20d7714352152cb26a08fb26aea831)

gcc/doc/invoke.texi

index d945a5eae9ff53f9f20e741da26a6f0b487fa680..f1599ba04ad2e9f204d2353b9c2ed21423b44ccd 100644 (file)
@@ -6647,7 +6647,7 @@ This warning is enabled by @option{-Wall}.
 @item -Wmissing-include-dirs @r{(C, C++, Objective-C, Objective-C++ and Fortran only)}
 @opindex Wmissing-include-dirs
 @opindex Wno-missing-include-dirs
-Warn if a user-supplied include directory does not exist. This opions is disabled
+Warn if a user-supplied include directory does not exist. This option is disabled
 by default for C, C++, Objective-C and Objective-C++. For Fortran, it is partially
 enabled by default by warning for -I and -J, only.