From: François-Xavier Coudert Date: Thu, 17 Mar 2005 19:58:09 +0000 (+0000) Subject: * invoke.texi: Fix typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffd1953e438cfd6bf901ab0146fdfd3e328220b2;p=gcc.git * invoke.texi: Fix typos. From-SVN: r96630 --- diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 0d2f94d4f49..376e9cc3101 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -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.