diff options
Diffstat (limited to 'rts/posix/Select.c')
-rw-r--r-- | rts/posix/Select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Select.c b/rts/posix/Select.c index 5b143e1bf7..9cd8e4e010 100644 --- a/rts/posix/Select.c +++ b/rts/posix/Select.c @@ -3,7 +3,7 @@ * (c) The GHC Team 1995-2002 * * Support for concurrent non-blocking I/O and thread waiting in the - * non-threaded RTS. In the threded RTS, this file is not used at + * non-threaded RTS. In the threaded RTS, this file is not used at * all, instead we use the IO manager thread implemented in Haskell in * the base package. * |