From: Cao jin Date: Tue, 27 Feb 2018 08:16:19 +0000 (+0800) Subject: kbuild/kallsyms: trivial typo fix X-Git-Tag: v4.16-rc4~8^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cbf7a90e304c4f2e1a867b2245edd408a7a0ed8b;p=users%2Fhch%2Fmisc.git kbuild/kallsyms: trivial typo fix Signed-off-by: Cao jin Signed-off-by: Masahiro Yamada --- 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) * 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;