diff options
Diffstat (limited to 'scripts/kallsyms.c')
-rw-r--r-- | scripts/kallsyms.c | 2 |
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) | |||
595 | * original char code */ | 595 | * original char code */ |
596 | if (!best_table_len[i]) { | 596 | if (!best_table_len[i]) { |
597 | 597 | ||
598 | /* find the token with the breates profit value */ | 598 | /* find the token with the best profit value */ |
599 | best = find_best_token(); | 599 | best = find_best_token(); |
600 | if (token_profit[best] == 0) | 600 | if (token_profit[best] == 0) |
601 | break; | 601 | break; |