* invoke.texi: Fix typos.
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 17 Mar 2005 19:58:09 +0000 (19:58 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 17 Mar 2005 19:58:09 +0000 (19:58 +0000)
From-SVN: r96630

gcc/fortran/invoke.texi

index 0d2f94d4f498c9d41c1aee62a1b579dfae408340..376e9cc3101ec28c3f2720fd909bd6caf5a51ad3 100644 (file)
@@ -371,8 +371,8 @@ This currently produces a warning under the following circumstances:
 
 @itemize @bullet
 @item
-An INTEGER SELECT construct has a CASE the can never be matched as it's
-lower value that is greater than its upper value.
+An INTEGER SELECT construct has a CASE that can never be matched as its
+lower value is greater than its upper value.
 
 @item
 A LOGICAL SELECT construct has three CASE statements.