summaryrefslogtreecommitdiff
path: root/includes/rts/Bytecodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Bytecodes.h')
-rw-r--r--includes/rts/Bytecodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Bytecodes.h b/includes/rts/Bytecodes.h
index e5d55f694f..f7a0d6f151 100644
--- a/includes/rts/Bytecodes.h
+++ b/includes/rts/Bytecodes.h
@@ -17,7 +17,7 @@
/* NOTE:
- THIS FILE IS INCLUDED IN HASKELL SOURCES (ghc/compiler/ghci/ByteCodeAsm.hs).
+ THIS FILE IS INCLUDED IN HASKELL SOURCES (ghc/compiler/GHC/ByteCode/Asm.hs).
DO NOT PUT C-SPECIFIC STUFF IN HERE!
I hope that's clear :-)