Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbf7a90e authored by Cao jin's avatar Cao jin Committed by Masahiro Yamada
Browse files

kbuild/kallsyms: trivial typo fix

parent 0da4fabd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;