summaryrefslogtreecommitdiff
path: root/rts/LinkerInternals.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/LinkerInternals.h')
-rw-r--r--rts/LinkerInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h
index e1846b7a39..cf0cd35167 100644
--- a/rts/LinkerInternals.h
+++ b/rts/LinkerInternals.h
@@ -235,7 +235,7 @@ typedef struct _ObjectCode {
unsigned long n_symbol_extras;
#endif
/* Additional memory that is preallocated and contiguous with image
- which can be used used to relocate bss sections. */
+ which can be used to relocate bss sections. */
char* bssBegin;
char* bssEnd;