summaryrefslogtreecommitdiff
path: root/rts/linker
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker')
-rw-r--r--rts/linker/M32Alloc.c2
-rw-r--r--rts/linker/MachO.c2
-rw-r--r--rts/linker/PEi386.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/rts/linker/M32Alloc.c b/rts/linker/M32Alloc.c
index dbba711df4..148a5043cf 100644
--- a/rts/linker/M32Alloc.c
+++ b/rts/linker/M32Alloc.c
@@ -96,7 +96,7 @@ life-cycle it is in:
allocation)
Allocation (in the case of a small request) consists of walking the nursery to
-find a page that will accomodate the request. If none exists then we allocate a
+find a page that will accommodate the request. If none exists then we allocate a
new nursery page (flushing an existing one to the filled list if the nursery is
full).
diff --git a/rts/linker/MachO.c b/rts/linker/MachO.c
index 5ae7620fc7..12e84578fc 100644
--- a/rts/linker/MachO.c
+++ b/rts/linker/MachO.c
@@ -427,7 +427,7 @@ isGotLoad(struct relocation_info * ri) {
/* This is very similar to makeSymbolExtra
* However, as we load sections into different
- * pages, that may be further appart than
+ * pages, that may be further apart than
* branching allows, we'll use some extra
* space at the end of each section allocated
* for stubs.
diff --git a/rts/linker/PEi386.c b/rts/linker/PEi386.c
index 2f65f6a208..81308779a1 100644
--- a/rts/linker/PEi386.c
+++ b/rts/linker/PEi386.c
@@ -105,7 +105,7 @@
contain the name of the actual dll to load. This will be the only content
of the section. In the symbol table, the last symbol will be the name
used to refer to the dll in the relocation tables. This name will always
- be in the format "symbol_name_iname", however when refered to, the format
+ be in the format "symbol_name_iname", however when referred to, the format
"_head_symbol_name" is used.
We record this symbol early on during GetNames and load the dll and use
@@ -1535,7 +1535,7 @@ ocGetNames_PEi386 ( ObjectCode* oc )
}
setImportSymbol (oc, sname);
- /* Don't process this oc any futher. Just exit. */
+ /* Don't process this oc any further. Just exit. */
oc->n_symbols = 0;
oc->symbols = NULL;
stgFree (oc->image);