diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-06-09 15:55:41 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-06-13 12:05:09 +0200 |
commit | 0058a3490fc3908e00ba65e700fecc54b786e28a (patch) | |
tree | 3962e71aa648fbc9684928674d5d561abf13d9d1 /rts/linker/Elf.c | |
parent | af9612bf862daaa99384eefa3059054053ecbee8 (diff) | |
download | haskell-0058a3490fc3908e00ba65e700fecc54b786e28a.tar.gz |
Typos [ci skip]
Diffstat (limited to 'rts/linker/Elf.c')
-rw-r--r-- | rts/linker/Elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/linker/Elf.c b/rts/linker/Elf.c index 2ae731ba47..e81b97acfa 100644 --- a/rts/linker/Elf.c +++ b/rts/linker/Elf.c @@ -1118,7 +1118,7 @@ do_Elf_Rel_relocations ( ObjectCode* oc, char* ehdrC, case COMPAT_R_ARM_CALL: case COMPAT_R_ARM_JUMP24: { - // N.B. LLVM's LLD linker's relocation implement is a fantastic + // N.B. LLVM's LLD linker's relocation implementation is a fantastic // resource StgWord32 *word = (StgWord32 *)P; StgInt32 imm = (*word & ((1<<24)-1)) << 2; |