[PATCH v1] objtool: Fix typo "teh" to "the"

From: Tiezhu Yang

Date: Wed Oct 15 2025 - 05:01:13 EST


Obviously, it should be "the end" rather than "teh end".

Signed-off-by: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
---
tools/objtool/check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index a5770570b106..64c54225f875 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3947,7 +3947,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.42.0