summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-23 04:36:53 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-23 04:36:53 +0000
commit70646a9a5d19826f75f333a96de0ed37c20fed57 (patch)
tree1f9cb1f9e10a4b6238a9335d1d868d361c249226
parentdd2dba808aaa957c3d036b0025b412c499aace3d (diff)
downloadhaskell-wip/rtsconfig-last-comment.tar.gz
Fix dangling reference to RtsConfig.hwip/rtsconfig-last-comment
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.
*