summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/include/stg/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/include/stg/Types.h b/rts/include/stg/Types.h
index 696df3e206..05dec27f0c 100644
--- a/rts/include/stg/Types.h
+++ b/rts/include/stg/Types.h
@@ -3,7 +3,7 @@
* (c) The GHC Team, 1998-2004
*
* Various C datatypes used in the run-time system. This is the
- * lowest-level include file, after ghcconfig.h and RtsConfig.h.
+ * lowest-level include file, after ghcconfig.h and rts/Config.h.
*
* Do not #include this file directly: #include "Rts.h" instead.
*