From: Jeff Law Date: Wed, 3 Feb 2021 22:01:19 +0000 (-0700) Subject: Fix typo in Fortran manual X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34215a7a3a359d700a520f1d5bdaec835f0b5180;p=gcc.git Fix typo in Fortran manual gcc/fortran: * intrinsic.texi (ANINT): Fix typo. --- diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 5debe94773b..63416bce7fd 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -1232,7 +1232,7 @@ end program test_anint @item @emph{Specific names}: @multitable @columnfractions .20 .20 .20 .25 @item Name @tab Argument @tab Return type @tab Standard -@item @code{AINT(A)} @tab @code{REAL(4) A} @tab @code{REAL(4)} @tab Fortran 77 and later +@item @code{ANINT(A)} @tab @code{REAL(4) A} @tab @code{REAL(4)} @tab Fortran 77 and later @item @code{DNINT(A)} @tab @code{REAL(8) A} @tab @code{REAL(8)} @tab Fortran 77 and later @end multitable @end table