summaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.texi
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-17 11:18:20 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-17 11:18:20 +0000
commit045c34c4c99c587f5e63ad56883493a33d7a6922 (patch)
treeab750be4d36e52ec6c2473513bcf994c85ccd844 /gcc/fortran/gfortran.texi
parent60472a3b753a64ebf6ac664e5ce84aab7ce42b33 (diff)
downloadgcc-045c34c4c99c587f5e63ad56883493a33d7a6922.tar.gz
2012-02-17 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (Q exponent-letter): Fix grammar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r--gcc/fortran/gfortran.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index c0251074a07..b1790c6ad5f 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