diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Cmm.h | 4 | ||||
-rw-r--r-- | includes/rts/Constants.h | 2 |
2 files changed, 3 insertions, 3 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). * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index 043099bd1a..9cbe47752e 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -10,7 +10,7 @@ * * Constants which are derived automatically from other definitions in * the system (eg. structure sizes) are generated into the file - * DerivedConstants.h by a C program (mkDerivedConstantsHdr). + * DerivedConstants.h by a C program (utils/deriveConstants). * * To understand the structure of the RTS headers, see the wiki: * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/source-tree/includes |