From: Jonathan Wakely Date: Sat, 8 Jul 2023 09:22:29 +0000 (+0100) Subject: doc: Fix typo in Warning Options [PR110595] X-Git-Tag: releases/gcc-12.4.0~805 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45aab94325eb4b44547c38ac0090eeacc723c589;p=thirdparty%2Fgcc.git doc: Fix typo in Warning Options [PR110595] gcc/ChangeLog: PR c++/110595 * doc/invoke.texi (Warning Options): Fix typo. (cherry picked from commit 238944752e20d7714352152cb26a08fb26aea831) --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d945a5eae9ff..f1599ba04ad2 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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.