From 45aab94325eb4b44547c38ac0090eeacc723c589 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 8 Jul 2023 10:22:29 +0100 Subject: [PATCH] doc: Fix typo in Warning Options [PR110595] gcc/ChangeLog: PR c++/110595 * doc/invoke.texi (Warning Options): Fix typo. (cherry picked from commit 238944752e20d7714352152cb26a08fb26aea831) --- 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 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. -- 2.47.3