summaryrefslogtreecommitdiff
path: root/rts/include/rts/Libdw.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/include/rts/Libdw.h')
-rw-r--r--rts/include/rts/Libdw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/include/rts/Libdw.h b/rts/include/rts/Libdw.h
index d7bd55d06e..7076611dfd 100644
--- a/rts/include/rts/Libdw.h
+++ b/rts/include/rts/Libdw.h
@@ -18,8 +18,8 @@
/*
* Note [Chunked stack representation]
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- *
* Consider the stack,
+ *
* main calls (bottom of stack)
* func1 which in turn calls
* func2 which calls