]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gfortran.texi (Fortran 2003 status): Fix grammar.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 6 Jul 2014 22:17:21 +0000 (22:17 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 6 Jul 2014 22:17:21 +0000 (22:17 +0000)
From-SVN: r212315

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index b3764b8ea17782f09c061c731445a02b4a89fb4e..8306bc8a37cdbc199be8e3ae795110c75d959c0a 100644 (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.
index f211041ac889f25b01946422398ecf2548785db1..66e78e8eef5a32767bd0c7f8db9c3d3c7a6a9322 100644 (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