* gfortran.texi (Fortran 2003 status): Fix grammar.

From-SVN: r212315
This commit is contained in:
Gerald Pfeifer 2014-07-06 22:17:21 +00:00 committed by Gerald Pfeifer
parent 88e03ffe44
commit 0e29a40052
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-07-07 Gerald Pfeifer <gerald@pfeifer.com>
* gfortran.texi (Fortran 2003 status): Fix grammar.
2014-07-04 Tobias Burnus <burnus@net-b.de>
* resolve.c (resolve_assoc_var): Fix corank setting.

View file

@ -926,7 +926,7 @@ Namelist input/output for internal files.
@item Minor I/O features: Rounding during formatted output, using of
a decimal comma instead of a decimal point, setting whether a plus sign
should appear for positive numbers. On system where @code{strtod} honours
should appear for positive numbers. On systems where @code{strtod} honours
the rounding mode, the rounding mode is also supported for input.
@item