aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2014-07-06 22:17:21 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2014-07-06 22:17:21 +0000
commit0e29a400526930def23eb6fa08ea38d20bd1ff21 (patch)
tree5cca10b76172f7ce2aeb3d865ce36449d31abf04
parent88e03ffe44b66fd437545061f2790132c16630a8 (diff)
downloadgcc-0e29a400526930def23eb6fa08ea38d20bd1ff21.zip
gcc-0e29a400526930def23eb6fa08ea38d20bd1ff21.tar.gz
gcc-0e29a400526930def23eb6fa08ea38d20bd1ff21.tar.bz2
* gfortran.texi (Fortran 2003 status): Fix grammar.
From-SVN: r212315
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/gfortran.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b3764b8..8306bc8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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.
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index f211041..66e78e8 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -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