From c9ea5b639bac7750bb1a3ba03a1c6c72e1abe4ad Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 20 Feb 2019 12:12:10 +0100 Subject: [PATCH] Change singular to plural in gfortran.texi. 2019-02-20 Martin Liska * gfortran.texi: Change singular to plural. From-SVN: r269038 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b29ec31a4b2..dd2717cab5a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2019-02-20 Martin Liska + + * gfortran.texi: Change singular to plural. + 2019-02-20 Martin Liska * gfortran.texi: Document Fortran header directive. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 39441bdd57f..b6917e70c55 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 -- 2.30.2