lkml.org 
[lkml]   [2022]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] objtool: Fix spelling mistake "teh" -> "the"
Date
There is a spelling mistake in a WARN_FUNC message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.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
\
 
 \ /
  Last update: 2022-12-07 10:45    [W:0.076 / U:0.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site