Skip to content

Commit

Permalink
kbuild/kallsyms: trivial typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
Cao jin authored and Masahiro Yamada committed Mar 2, 2018
1 parent 0da4fab commit cbf7a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbf7a90

Please sign in to comment.