[PATCH] objtool: Fix spelling mistake "teh " -> "the"

From: Colin Ian King
Date: Thu Jul 14 2022 - 06:29:04 EST


There is a spelling mistake in a WARN_FUNC message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
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 0cec74da7ffe..8a3c4c1d1958 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3675,7 +3675,7 @@ static int validate_entry(struct objtool_file *file, struct instruction *insn)
}

if (!next) {
- WARN_FUNC("teh end!", insn->sec, insn->offset);
+ WARN_FUNC("the end!", insn->sec, insn->offset);
return -1;
}
insn = next;
--
2.35.3