From 32c4b59a6817be5d1d59188079d643bda79c4820 Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Thu, 17 Mar 2005 19:58:09 +0000 Subject: [PATCH] * invoke.texi: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96630 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 0d2f94d4f498..376e9cc3101e 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. -- 2.47.3