aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/invoke.texi
diff options
context:
space:
mode:
authorMatthew Krupcale <mkrupcale@matthewkrupcale.com>2020-08-13 09:44:42 +0200
committerMartin Liska <mliska@suse.cz>2020-08-13 09:45:02 +0200
commit2b5490f5d1633fedf20e6eba87153c5963c61368 (patch)
tree1b84f65638d598ef91a3b596030be8869eebb4be /gcc/fortran/invoke.texi
parent2e47c8c6eac405ceb599bf5e31ac3717c22a008c (diff)
downloadgcc-2b5490f5d1633fedf20e6eba87153c5963c61368.zip
gcc-2b5490f5d1633fedf20e6eba87153c5963c61368.tar.gz
gcc-2b5490f5d1633fedf20e6eba87153c5963c61368.tar.bz2
docs: Fix typos in -fallow-argument-mismatch description
gcc/fortran/ChangeLog: PR fortran/96595 * invoke.texi: Fix typos.
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r--gcc/fortran/invoke.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index fbff64a..8bdc8a6 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}.