[PATCH] tools/objtool: Fix typo in warning message
From: Praveen Rajendran
Date: Mon Jul 21 2025 - 14:09:07 EST
Signed-off-by: Praveen Rajendran <praveenrajendran2009@xxxxxxxxx>
---
tools/objtool/check.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 67d76f3a1..ff26f94dd 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -767,7 +767,7 @@ static int create_return_sites_sections(struct objtool_file *file)
idx = 0;
list_for_each_entry(insn, &file->return_thunk_list, call_node)
- idx++;
+tools/objtool/.check.c.swp idx++;
if (!idx)
return 0;
@@ -3944,7 +3944,7 @@ static int validate_unret(struct objtool_file *file, struct instruction *insn)
return 0;
if (!next) {
- WARN_INSN(insn, "teh end!");
+ WARN_INSN(insn, "the end!");
return 1;
}
insn = next;
--
2.50.1