diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/SMP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/SMP.h b/includes/stg/SMP.h index 52fd6f1bc6..87ec4fb242 100644 --- a/includes/stg/SMP.h +++ b/includes/stg/SMP.h @@ -83,7 +83,7 @@ EXTERN_INLINE void busy_wait_nop(void); * http://gee.cs.oswego.edu/dl/jmm/cookbook.html * * To check whether you got these right, try the test in - * testsuite/tests/ghc-regress/rts/testwsdeque.c + * testsuite/tests/rts/testwsdeque.c * This tests the work-stealing deque implementation, which relies on * properly working store_load and load_load memory barriers. */ |