Commit cbf7a90e authored by Cao jin's avatar Cao jin Committed by Masahiro Yamada

kbuild/kallsyms: trivial typo fix

Signed-off-by: default avatarCao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 0da4fabd
...@@ -595,7 +595,7 @@ static void optimize_result(void) ...@@ -595,7 +595,7 @@ static void optimize_result(void)
* original char code */ * original char code */
if (!best_table_len[i]) { 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(); best = find_best_token();
if (token_profit[best] == 0) if (token_profit[best] == 0)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment