From 8a0226a5eab227133627cf6a29c52724601c6d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 29 May 2023 23:27:24 +0200 Subject: [PATCH] Fix typos in man page --- man/patchelfcrc.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/patchelfcrc.1.md b/man/patchelfcrc.1.md index 7411db5..d329610 100644 --- a/man/patchelfcrc.1.md +++ b/man/patchelfcrc.1.md @@ -61,7 +61,7 @@ : Export the calculated files to an XML file *XMLFILE*. **--import**=*XMLFILE* -: Import the CRCs from an XML file *XMLFILE* and do not caclulate anything in the given *ELF* +: Import the CRCs from an XML file *XMLFILE* and do not calculate anything in the given *ELF* **--help**, **-h**, **-?** : Print help. @@ -134,7 +134,7 @@ **patchelfcrc** -l -g word --start-magic=0x12345678 --end-magic=0x8754321 -p crc-32-mpeg -f bare -O .outputsection -S .text executable.elf : Calculate the CRC over *.text* section and place the result in the *.outputsection* section. -The output sections start and end are checked for the given magic numbers in order to assure correct memory layout. +The output sections start and end are checked for the given magic numbers in order to ensure correct memory layout. *CRC-32-MPEG* is used as CRC algorithm. The memory is interpreted as *little endian* and the CRC calculation granularity is a 32 bit *word*.