[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221207094512.2281808-1-colin.i.king@gmail.com>
Date: Wed, 7 Dec 2022 09:45:12 +0000
From: Colin Ian King <colin.i.king@...il.com>
To: Josh Poimboeuf <jpoimboe@...nel.org>,
Peter Zijlstra <peterz@...radead.org>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] objtool: Fix spelling mistake "teh" -> "the"
There is a spelling mistake in a WARN_FUNC message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
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 4350be739f4f..71d6e9b85217 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3859,7 +3859,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.38.1
Powered by blists - more mailing lists