diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
commit | 38e012594edc0e7783e3e6d91960c91469df4164 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/f/intdoc.in | |
parent | f103890ba552cf55c0aa79d35968db46785a94d0 (diff) | |
download | gcc-38e012594edc0e7783e3e6d91960c91469df4164.zip gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2 |
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/f/intdoc.in')
-rw-r--r-- | gcc/f/intdoc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index f8c9b82..1ef6a94 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)}. |