projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be82af
)
tools: relocate-rela: Fix typo
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Tue, 30 May 2023 22:53:19 +0000
(
00:53
+0200)
committer
Michal Simek
<michal.simek@amd.com>
Mon, 12 Jun 2023 11:24:31 +0000
(13:24 +0200)
Position is written with one s, fix typo.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Link:
https://lore.kernel.org/r/20230530225319.949968-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Michal Simek <michal.simek@amd.com>
tools/relocate-rela.c
patch
|
blob
|
history
diff --git
a/tools/relocate-rela.c
b/tools/relocate-rela.c
index
fe8cd6b
..
f230ec5
100644
(file)
--- 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("\nPos
s
ition:\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