summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-03-23 18:59:09 +0000
committerAndreas Jaeger <aj@suse.de>2002-03-23 18:59:09 +0000
commit7bae44c46f508379ec1d0f1fa1a09aca2de47ae1 (patch)
treee4423d68eef55477bd289f73b1d9e62c2936ef53 /signal
parent0f8a3e95552c34c2942b47b24b0a12bc945cbaee (diff)
Update.
2002-03-23 Andreas Jaeger <aj@suse.de> * signal/signal.h: Fix typo. Patch by Steve Kemp <skx@tardis.ed.ac.uk>.
Diffstat (limited to 'signal')
-rw-r--r--signal/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/signal/signal.h b/signal/signal.h
index 1a274085fe..f5d940a858 100644
--- a/signal/signal.h
+++ b/signal/signal.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -257,7 +257,7 @@ extern int sigwaitinfo (__const sigset_t *__restrict __set,
siginfo_t *__restrict __info) __THROW;
/* Select any of pending signals from SET and place information in INFO.
- Wait the imte specified by TIMEOUT if no signal is pending. */
+ Wait the time specified by TIMEOUT if no signal is pending. */
extern int sigtimedwait (__const sigset_t *__restrict __set,
siginfo_t *__restrict __info,
__const struct timespec *__restrict __timeout)