diff options
Diffstat (limited to 'rts/WSDeque.c')
-rw-r--r-- | rts/WSDeque.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/WSDeque.c b/rts/WSDeque.c index 090a549709..71633d9fc3 100644 --- a/rts/WSDeque.c +++ b/rts/WSDeque.c @@ -32,7 +32,7 @@ * * Both popWSDeque and stealWSDeque also return NULL when the queue is empty. * - * Testing: see testsuite/tests/ghc-regress/rts/testwsdeque.c. If + * Testing: see testsuite/tests/rts/testwsdeque.c. If * there's anything wrong with the deque implementation, this test * will probably catch it. * |