[doc] Fix typos in MINLOC, MAXLOC documentation
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 25 Mar 2019 09:25:07 +0000 (09:25 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 25 Mar 2019 09:25:07 +0000 (09:25 +0000)
commit4c6d441da15fe18b504d63f19e59b7cd49b6371a
tree5206c48b7d19cf11a10f6abc0ab1a437def83ed2
parentaf5a5a71b84825969aff5f1b058f7e013683641c
[doc] Fix typos in MINLOC, MAXLOC documentation

I think there's a typo in the documentation of the MINLOC and MAXLOC intrinsics.
It implies that when the BACK argument is true it returns the first occurrence of the min/max value,
but my understanding is that it should return the last occurrence.

This patch fixes the documentation.

* intrinsic.texi (MINLOC): Fix typo in BACK argument documentation.
(MAXLOC): Likewise.

From-SVN: r269906
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi