diff options
author | Tobias Burnus <burnus@net-b.de> | 2012-02-17 12:18:20 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-02-17 12:18:20 +0100 |
commit | bf8367ac83e3987d88575898f0698f75d1dfe922 (patch) | |
tree | ab750be4d36e52ec6c2473513bcf994c85ccd844 | |
parent | 8578f64002c9817206b200f8b388bf295718b0ba (diff) | |
download | gcc-bf8367ac83e3987d88575898f0698f75d1dfe922.zip gcc-bf8367ac83e3987d88575898f0698f75d1dfe922.tar.gz gcc-bf8367ac83e3987d88575898f0698f75d1dfe922.tar.bz2 |
gfortran.texi (Q exponent-letter): Fix grammar.
2012-02-17 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (Q exponent-letter): Fix grammar.
From-SVN: r184333
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c743309..083106d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,9 @@ 2012-02-17 Tobias Burnus <burnus@net-b.de> + * gfortran.texi (Q exponent-letter): Fix grammar. + +2012-02-17 Tobias Burnus <burnus@net-b.de> + * gfortran.texi (Status): Fix typos. * invoke.texi (ffixed-form, fstack-arrays): Spell Fortran with a majuscule. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index c025107..b1790c6 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 |