Skip to content
Snippets Groups Projects
Commit cbf7a90e authored by Cao jin's avatar Cao jin Committed by Masahiro Yamada
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment