summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddharth Bhat <siddharth.bath@tweag.io>2019-06-25 15:16:24 +0200
committerBen Gamari <ben@smart-cactus.org>2019-06-26 08:16:30 -0400
commite0899925b065813821f1bab43e2b0c4cc434633a (patch)
treeefe96d72d334ae4bed51b270e5b855d567c3015d
parentc99d9aab415ad4aef9abdd8dc70a9063c0f6270c (diff)
downloadhaskell-e0899925b065813821f1bab43e2b0c4cc434633a.tar.gz
[skip ci] add a blurb about the purpose of Printer.c
-rw-r--r--rts/Printer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/Printer.c b/rts/Printer.c
index f4d1111892..996199ea52 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -2,7 +2,8 @@
*
* (c) The GHC Team, 1994-2000.
*
- * Heap printer
+ * Heap printer: This is used for debugging within GDB or for emitting debug
+ * prints.
*
* ---------------------------------------------------------------------------*/