From: Matthew Krupcale Date: Thu, 13 Aug 2020 07:44:42 +0000 (+0200) Subject: docs: Fix typos in -fallow-argument-mismatch description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bdc09ff31b2b1e2cfa15bad93dcd2a2ef8dc24;p=thirdparty%2Fgcc.git docs: Fix typos in -fallow-argument-mismatch description gcc/fortran/ChangeLog: PR fortran/96595 * invoke.texi: Fix typos. --- diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index fbff64ae992e..8bdc8a6b0380 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -235,11 +235,11 @@ intrinsic will be called except when it is explicitly declared @code{EXTERNAL}. @item -fallow-argument-mismatch @opindex @code{fallow-argument-mismatch} -Some code contains calls to external procedures whith mismatches +Some code contains calls to external procedures with mismatches between the calls and the procedure definition, or with mismatches between different calls. Such code is non-conforming, and will usually -be flagged wi1th an error. This options degrades the error to a -warning, which can only be disabled by disabling all warnings vial +be flagged with an error. This options degrades the error to a +warning, which can only be disabled by disabling all warnings via @option{-w}. Only a single occurrence per argument is flagged by this warning. @option{-fallow-argument-mismatch} is implied by @option{-std=legacy}.