aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2019-02-20 12:12:10 +0100
committerMartin Liska <marxin@gcc.gnu.org>2019-02-20 11:12:10 +0000
commitc9ea5b639bac7750bb1a3ba03a1c6c72e1abe4ad (patch)
tree64fd75b2699745e26e04459eb617ff8991b14767 /gcc
parent9ccdc43d5ee4a3ecdccc10c9d28fc90db6d13eb3 (diff)
downloadgcc-c9ea5b639bac7750bb1a3ba03a1c6c72e1abe4ad.zip
gcc-c9ea5b639bac7750bb1a3ba03a1c6c72e1abe4ad.tar.gz
gcc-c9ea5b639bac7750bb1a3ba03a1c6c72e1abe4ad.tar.bz2
Change singular to plural in gfortran.texi.
2019-02-20 Martin Liska <mliska@suse.cz> * gfortran.texi: Change singular to plural. From-SVN: r269038
Diffstat (limited to 'gcc')
-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 b29ec31..dd2717c 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,9 @@
2019-02-20 Martin Liska <mliska@suse.cz>
+ * gfortran.texi: Change singular to plural.
+
+2019-02-20 Martin Liska <mliska@suse.cz>
+
* gfortran.texi: Document Fortran header directive.
2019-02-19 Thomas Koenig <tkoenig@gcc.gnu.org>
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 39441bd..b6917e7 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -3615,7 +3615,7 @@ for the built-in that should be vectorized. Example usage:
@end smallexample
The purpose of the directive is to provide an API among the GCC compiler and
-the GNU C Library which would define vector implementation of math routines.
+the GNU C Library which would define vector implementations of math routines.
@node Non-Fortran Main Program
@section Non-Fortran Main Program