summaryrefslogtreecommitdiff
path: root/rts/Adjustor.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-10 09:12:12 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-10 13:40:49 +0100
commit3211fa06744731ec117219fe50a304e952e072ef (patch)
tree40200b003357cfdb6bd436d51d3c2cb5bb86b62e /rts/Adjustor.c
parent258c719599f78178c75b58d9c49e10e498cb7c48 (diff)
downloadhaskell-3211fa06744731ec117219fe50a304e952e072ef.tar.gz
Spelling in comments [ci skip]
Diffstat (limited to 'rts/Adjustor.c')
-rw-r--r--rts/Adjustor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Adjustor.c b/rts/Adjustor.c
index 5f047b3db1..9f5a000fef 100644
--- a/rts/Adjustor.c
+++ b/rts/Adjustor.c
@@ -78,7 +78,7 @@ extern void *adjustorCode;
* recover the writable address, we subtract 1 word from the executable
* address and fetch. This works because Linux kernel magic gives us two
* pointers with different addresses that refer to the same memory. Whatever
- * you write into the writeable address can be read back at the executable
+ * you write into the writable address can be read back at the executable
* address. This method is very efficient.
*
* On iOS this breaks for two reasons: 1. the two pointers do not refer to