diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2018-02-27 11:16:19 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-02 03:20:56 +0300 |
commit | cbf7a90e304c4f2e1a867b2245edd408a7a0ed8b (patch) | |
tree | d3b54c1ca4b21072947f56eec38126ee46e52cb4 /scripts | |
parent | 0da4fabdf40a36e22b50f9a4143be18a0d98963f (diff) | |
download | linux-cbf7a90e304c4f2e1a867b2245edd408a7a0ed8b.tar.xz |
kbuild/kallsyms: trivial typo fix
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-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) * 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; |