kbuild/kallsyms: trivial typo fix

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Cao jin 2018-02-27 16:16:19 +08:00 committed by Masahiro Yamada
parent 0da4fabdf4
commit cbf7a90e30
1 changed files with 1 additions and 1 deletions

View File

@ -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;