]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/invoke.texi
PR other/16615 [1/5]
[thirdparty/gcc.git] / gcc / fortran / invoke.texi
index 7b5597e453632ba345702c483f7e71729bfd4932..668e8d9bc7295959b7bc518958c047a06af89042 100644 (file)
@@ -1112,7 +1112,7 @@ time.  This option is implied by @option{-Wall}.
 @item -Wdo-subscript
 @opindex @code{Wdo-subscript}
 Warn if an array subscript inside a DO loop could lead to an
-out-of-bounds access even if the compiler can not prove that the
+out-of-bounds access even if the compiler cannot prove that the
 statement is actually executed, in cases like
 @smallexample
   real a(3)