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 270e6ff45c..211d47dbec 100644 --- a/rts/posix/Select.c +++ b/rts/posix/Select.c @@ -417,7 +417,7 @@ awaitEvent(bool wait) case RTS_FD_IS_INVALID: /* * Don't let RTS loop on such descriptors, - * pass an IOError to blocked threads (Trac #4934) + * pass an IOError to blocked threads (#4934) */ IF_DEBUG(scheduler, debugBelch("Killing blocked thread %lu on bad fd=%i\n", |