aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/intdoc.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/intdoc.in')
-rw-r--r--gcc/f/intdoc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in
index f8c9b8261df..1ef6a94be68 100644
--- a/gcc/f/intdoc.in
+++ b/gcc/f/intdoc.in
@@ -2463,7 +2463,7 @@ Causes external subroutine @var{@2@} to be executed after a delay of
@var{@1@} seconds by using @code{alarm(1)} to set up a signal and
@code{signal(2)} to catch it.
If @var{@3@} is supplied, it will be
-returned with the the number of seconds remaining until any previously
+returned with the number of seconds remaining until any previously
scheduled alarm was due to be delivered, or zero if there was no
previously scheduled alarm.
@xref{Signal Intrinsic (subroutine)}.