diff options
-rw-r--r-- | utils/genapply/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs index b8208aeb0d..c5752fe027 100644 --- a/utils/genapply/Main.hs +++ b/utils/genapply/Main.hs @@ -943,7 +943,7 @@ main = do exitWith (ExitFailure 1) let the_code = vcat [ text "// DO NOT EDIT!", - text "// Automatically generated by GenApply.hs", + text "// Automatically generated by utils/genapply/Main.hs", text "", text "#include \"Cmm.h\"", text "#include \"AutoApply.h\"", |