The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1] objtool: Fix typo "teh" to "the"
@ 2025-10-15  9:01 Tiezhu Yang
  2025-10-15  9:17 ` Peter Zijlstra
  0 siblings, 1 reply; 4+ messages in thread
From: Tiezhu Yang @ 2025-10-15  9:01 UTC (permalink / raw)
  To: Josh Poimboeuf, Peter Zijlstra; +Cc: linux-kernel

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

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-15  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  9:01 [PATCH v1] objtool: Fix typo "teh" to "the" Tiezhu Yang
2025-10-15  9:17 ` Peter Zijlstra
2025-10-15  9:47   ` Tiezhu Yang
2025-10-15  9:56     ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox