From: Marek Vasut Date: Tue, 30 May 2023 22:53:19 +0000 (+0200) Subject: tools: relocate-rela: Fix typo X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=24d32e05cec97db33bfc9c647730e1627982bae7;p=u-boot.git tools: relocate-rela: Fix typo Position is written with one s, fix typo. Signed-off-by: Marek Vasut Link: https://lore.kernel.org/r/20230530225319.949968-1-marek.vasut+renesas@mailbox.org Signed-off-by: Michal Simek --- diff --git a/tools/relocate-rela.c b/tools/relocate-rela.c index fe8cd6bda9..f230ec5676 100644 --- a/tools/relocate-rela.c +++ b/tools/relocate-rela.c @@ -521,7 +521,7 @@ static int rela_elf32(char **argv, FILE *f) uint32_t pos = rela_start + sizeof(Elf32_Rela) * i; uint32_t addr, pos_dyn; - debug("\nPossition:\t%d/0x%x\n", i, pos); + debug("\nPosition:\t%d/0x%x\n", i, pos); if (fseek(f, pos, SEEK_SET) < 0) { fprintf(stderr, "%s: %s: seek to %" PRIx32