diff options
author | Thomas Huth <thuth@redhat.com> | 2023-03-06 13:49:27 +0100 |
---|---|---|
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | 2023-03-28 18:53:23 +1100 |
commit | adc561044f17d21c4d164cbe07068a3851450f8f (patch) | |
tree | 0074618444d341247e5e7350d830975c672d45b0 /tools | |
parent | e8124ca96e34f702fbbf60925461a5f9857b46a1 (diff) | |
download | SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.zip SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.gz SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.bz2 |
Fix remaining typos in various folders
Found with the "codespell" utility
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/create_reloc_table.sh | 2 | ||||
-rw-r--r-- | tools/sloffs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/create_reloc_table.sh b/tools/create_reloc_table.sh index d4790dd..77dfb87 100755 --- a/tools/create_reloc_table.sh +++ b/tools/create_reloc_table.sh @@ -37,7 +37,7 @@ while [ $# -gt 0 ] ; do done if [ -z $LDSFILE ]; then - echo "Please specifiy an lds file with the --lds option" + echo "Please specify an lds file with the --lds option" exit 42 fi diff --git a/tools/sloffs.c b/tools/sloffs.c index 264b0ea..f4a5fb8 100644 --- a/tools/sloffs.c +++ b/tools/sloffs.c @@ -248,7 +248,7 @@ update_modification_time(struct stH *header) date = cpu_to_be64(strtoll(dastr, NULL, 16)); /* this does not match the definition from - * struct stH, but we immitate the bug from + * struct stH, but we imitate the bug from * flash image creation in create_crc.c. * The date is in mdate and time in padding2. */ memcpy(&(header->mdate), &date, 8); |