summaryrefslogtreecommitdiff
path: root/rts/linker/elf_tlsgd.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/elf_tlsgd.c')
-rw-r--r--rts/linker/elf_tlsgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/linker/elf_tlsgd.c b/rts/linker/elf_tlsgd.c
index ec42e29ac6..a22ed0b731 100644
--- a/rts/linker/elf_tlsgd.c
+++ b/rts/linker/elf_tlsgd.c
@@ -4,7 +4,7 @@
/*
* Note [TLSGD relocation]
- *
+ * ~~~~~~~~~~~~~~~~~~~~~~~
* Quick background: FreeBSD's <ctype.h> is poisoned with static inline code
* that gets compiled into every program that uses functions like isdigit(3).
* When compiled "-c -fpic" for inclusion in position-independent ".a" files