summaryrefslogtreecommitdiff
path: root/includes/Cmm.h
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-04-09 14:39:27 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-10 05:31:14 -0400
commitb699c4fb0d23616a20d160f04a893f514fc7e38c (patch)
treed26e8dd39d908ec1c35945c613c48b39eba84b09 /includes/Cmm.h
parent2cdc95f9c068421a55c634933ab2d8596eb992fb (diff)
downloadhaskell-b699c4fb0d23616a20d160f04a893f514fc7e38c.tar.gz
Constants: add a note and fix minor doc glitches
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r--includes/Cmm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h
index 84c6fca125..b1b8680e99 100644
--- a/includes/Cmm.h
+++ b/includes/Cmm.h
@@ -20,8 +20,8 @@
* StgTSO_what_next(CurrentTSO) = x
*
* where the StgTSO_what_next() macro is automatically generated by
- * mkDerivedConstants.c. If you need to access a field that doesn't
- * already have a macro, edit that file (it's pretty self-explanatory).
+ * utils/deriveConstants. If you need to access a field that doesn't
+ * already have a macro, edit that program (it's pretty self-explanatory).
*
* -------------------------------------------------------------------------- */