From 24d32e05cec97db33bfc9c647730e1627982bae7 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 31 May 2023 00:53:19 +0200 Subject: 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 --- tools/relocate-rela.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/relocate-rela.c') diff --git a/tools/relocate-rela.c b/tools/relocate-rela.c index fe8cd6b..f230ec5 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 -- cgit v1.1