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
Index: gfortran.texi
===================================================================
--- gfortran.texi	(revision 184332)
+++ gfortran.texi	(working copy)
@@ -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
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 184332)
+++ ChangeLog	(working copy)
@@ -1,5 +1,9 @@
 2012-02-17  Tobias Burnus  <bur...@net-b.de>
 
+	* gfortran.texi (Q exponent-letter): Fix grammar.
+
+2012-02-17  Tobias Burnus  <bur...@net-b.de>
+
 	* gfortran.texi (Status): Fix typos.
 	* invoke.texi (ffixed-form, fstack-arrays): Spell Fortran with
 	a majuscule.

Reply via email to