On Tue, 31 Dec 2024, Sandra Loosemore wrote: > diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi > index d11d37761d9..b47180126ca 100644 > --- a/gcc/fortran/intrinsic.texi > +++ b/gcc/fortran/intrinsic.texi > @@ -1577,7 +1577,7 @@ if @var{Y} is present, @var{X} shall be REAL. > @item @emph{Return value}: > The return value is of the same type and kind as @var{X}. > If @var{Y} is present, the result is identical to @code{ATAN2(Y,X)}. > -Otherwise, it the arcus tangent of @var{X}, where the real part of > +Otherwise, it the arctangent of @var{X}, where the real part of ^^^^^^ s/it the/it is the/ presumably?
Maciej