VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Bhaskar Chowdhury <unixbhaskar@gmail.com> 2021-05-06 18:03:25 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-06 19:24:12 -0700 commit: 0523c6922e8bd8d31d3377a56d57730d448b85a8 parent: 550eb38bde07fb71a1d877c2ab284f0cf926d327
Commit Summary:
lib/bch.c: fix a typo in the file bch.c
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/bch.c b/lib/bch.c
index 7c031ee8b93b..c8095f30f254 100644
--- a/lib/bch.c
+++ b/lib/bch.c
@@ -584,7 +584,7 @@ static int find_affine4_roots(struct bch_control *bch, unsigned int a,
 	k = a_log(bch, a);
 	rows[0] = c;
 
-	/* buid linear system to solve X^4+aX^2+bX+c = 0 */
+	/* build linear system to solve X^4+aX^2+bX+c = 0 */
 	for (i = 0; i < m; i++) {
 		rows[i+1] = bch->a_pow_tab[4*i]^
 			(a ? bch->a_pow_tab[mod_s(bch, k)] : 0)^