spell check typos

modified:   p_lx_exc.cpp
	modified:   p_mach.cpp
	modified:   stub/src/amd64-linux.elf-so_main.c
	modified:   stub/src/i386-linux.elf-so_main.c
	modified:   stub/src/arch/mips/r3000/bits.ash
	modified:   stub/src/arm.v4a-linux.elf-fold.S
	modified:   stub/src/arm.v4a-linux.shlib-init.S
	modified:   stub/src/arm64-linux.shlib-init.S
	modified:   stub/src/i386-linux.elf-main.c
	modified:   stub/src/mipsel.r3000-linux.elf-entry.S
This commit is contained in:
John Reiser
2023-07-31 09:05:32 -07:00
committed by Markus F.X.J. Oberhumer
parent 3a16d4a12e
commit 43b3b54197
10 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ static const
// end of processing by dyld. Relocation, loading of dependent libraries,
// etc., already have taken place before decompression. So the Mach-o
// headers, the __IMPORT segment, the __LINKEDIT segment, anything
// that is modifed by relocation, etc., cannot be compressed.
// that is modified by relocation, etc., cannot be compressed.
// We simplify arbitrarily by compressing only the __TEXT segment,
// which must be the first segment.
@@ -2034,7 +2034,7 @@ bool PackMachBase<T>::canPack()
if (vma_max < t) {
vma_max = t;
}
// Segments need not be contigous (esp. "rust"/"go")
// Segments need not be contiguous (esp. "rust"/"go")
sz_segment = msegcmd[j].filesize + msegcmd[j].fileoff - msegcmd[0].fileoff;
}
}