From bf8367ac83e3987d88575898f0698f75d1dfe922 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 17 Feb 2012 12:18:20 +0100 Subject: [PATCH] gfortran.texi (Q exponent-letter): Fix grammar. 2012-02-17 Tobias Burnus * gfortran.texi (Q exponent-letter): Fix grammar. From-SVN: r184333 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c743309fb7e3..083106dbdc99 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2012-02-17 Tobias Burnus + + * gfortran.texi (Q exponent-letter): Fix grammar. + 2012-02-17 Tobias Burnus * gfortran.texi (Status): Fix typos. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index c0251074a072..b1790c6ad5f0 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1521,7 +1521,7 @@ of the @code{READ} statement, and the output item lists of the GNU Fortran accepts real literal constants with an exponent-letter of @code{Q}, for example, @code{1.23Q45}. The constant is interpreted -as a @code{REAL(16)} entity on targets that supports this type. If +as a @code{REAL(16)} entity on targets that support this type. If the target does not support @code{REAL(16)} but has a @code{REAL(10)} type, then the real-literal-constant will be interpreted as a @code{REAL(10)} entity. In the absence of @code{REAL(16)} and