diff options
Diffstat (limited to 'rts/Adjustor.c')
-rw-r--r-- | rts/Adjustor.c | 2 |
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 |