aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/intdoc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/intdoc.texi')
-rw-r--r--gcc/f/intdoc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi
index 7de42578d1a..e657510a060 100644
--- a/gcc/f/intdoc.texi
+++ b/gcc/f/intdoc.texi
@@ -9500,7 +9500,7 @@ See @code{signal(2)}.
Note that @var{Handler} will be called using C conventions,
so the value of its argument in Fortran terms
-Fortran terms is obtained by applying @code{%LOC()} (or @var{LOC()}) to it.
+Fortran terms is obtained by applying @code{%LOC()} (or @code{LOC()}) to it.
The value returned by @code{signal(2)} is written to @var{Status}, if
that argument is supplied.
@@ -9579,7 +9579,7 @@ See @code{signal(2)}.
Note that @var{Handler} will be called using C conventions,
so the value of its argument in Fortran terms
-is obtained by applying @code{%LOC()} (or @var{LOC()}) to it.
+is obtained by applying @code{%LOC()} (or @code{LOC()}) to it.
The value returned by @code{signal(2)} is returned.