summaryrefslogtreecommitdiff
path: root/src/atimer.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-10-08 05:55:48 +0000
committerPavel Janík <Pavel@Janik.cz>2001-10-08 05:55:48 +0000
commit5f351ff1f52efddc8033305f8c6ddb0dd675dbd9 (patch)
tree677a82e5e00645418962575963b7f4ab80ba4de6 /src/atimer.c
parent479dfe879f675d9ff4cca346015403a5737b5d2a (diff)
downloademacs-5f351ff1f52efddc8033305f8c6ddb0dd675dbd9.tar.gz
*** empty log message ***
Diffstat (limited to 'src/atimer.c')
-rw-r--r--src/atimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimer.c b/src/atimer.c
index 54a038fd549..d2e2bc7b890 100644
--- a/src/atimer.c
+++ b/src/atimer.c
@@ -62,7 +62,7 @@ static struct atimer *atimers;
int pending_atimers;
-/* Block/unblock SIGALRM.. */
+/* Block/unblock SIGALRM. */
#define BLOCK_ATIMERS sigblock (sigmask (SIGALRM))
#define UNBLOCK_ATIMERS sigunblock (sigmask (SIGALRM))