aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kallsyms.c
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2018-02-27 16:16:19 +0800
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-02 09:20:56 +0900
commitcbf7a90e304c4f2e1a867b2245edd408a7a0ed8b (patch)
treed3b54c1ca4b21072947f56eec38126ee46e52cb4 /scripts/kallsyms.c
parentkbuild: test --build-id linker flag by ld-option instead of cc-ldoption (diff)
downloadlinux-dev-cbf7a90e304c4f2e1a867b2245edd408a7a0ed8b.tar.xz
linux-dev-cbf7a90e304c4f2e1a867b2245edd408a7a0ed8b.zip
kbuild/kallsyms: trivial typo fix
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '')
-rw-r--r--scripts/kallsyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index 9ee9bf7fd1a2..65792650c630 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -595,7 +595,7 @@ static void optimize_result(void)
* original char code */
if (!best_table_len[i]) {
- /* find the token with the breates profit value */
+ /* find the token with the best profit value */
best = find_best_token();
if (token_profit[best] == 0)
break;