[PATCH] tools/objtool: Fix typo in warning message

Praveen Rajendran posted 1 patch 2 months, 2 weeks ago
tools/objtool/check.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] tools/objtool: Fix typo in warning message
Posted by Praveen Rajendran 2 months, 2 weeks ago
Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>
---
 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