summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools/Elf.hs
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-09-13 10:31:23 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-14 03:13:56 -0400
commit646d15ad8f1119f339998ee8dd79ea96cfd1d165 (patch)
tree84bc30035fb31ea0f418384b2399400d53539cbf /compiler/GHC/SysTools/Elf.hs
parentdc6af9ed87e619d754bfc385df931c81cba6d93a (diff)
downloadhaskell-646d15ad8f1119f339998ee8dd79ea96cfd1d165.tar.gz
Fix typos
This fixes various typos and spelling mistakes in the compiler. Fixes #21891
Diffstat (limited to 'compiler/GHC/SysTools/Elf.hs')
-rw-r--r--compiler/GHC/SysTools/Elf.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/SysTools/Elf.hs b/compiler/GHC/SysTools/Elf.hs
index da517e25dd..1dc8f9f43d 100644
--- a/compiler/GHC/SysTools/Elf.hs
+++ b/compiler/GHC/SysTools/Elf.hs
@@ -70,7 +70,7 @@ import qualified Data.ByteString.Lazy.Char8 as B8
same thing applies to the field containing the number of segments, but we
don't care about it here).
- ELF-next: to solve this, theses fields in the ELF header have an escape
+ ELF-next: to solve this, these fields in the ELF header have an escape
value (different for each case), and the actual section number is stashed
into unused fields in the first section header.