summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-23 04:36:53 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-24 01:28:33 -0400
commit98aa29d3fe447cce3407e6864b015892244bb475 (patch)
treebb9a53b4c88739e24139743b236a13861ae802b7
parent3417a81a34fdf74857138a105b2ab4ee32e658c4 (diff)
downloadhaskell-98aa29d3fe447cce3407e6864b015892244bb475.tar.gz
Fix dangling reference to RtsConfig.h
It hasn't existed since a2a67cd520b9841114d69a87a423dabcb3b4368e -- in 2009!
-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.
*