Comments
Patch
===================================================================
@@ -1521,7 +1521,7 @@ of the @code{READ} statement, and the output item
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
===================================================================
@@ -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.
On 02/17/2012 12:15 PM, Tobias Burnus wrote: > Committed as Rev. 184332. I just saw that one line didn't only have a typo but also a grammar bug. Fix that one now as attached. (Rev. 184333.) Tobias