X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fbch.c;h=c8095f30f254d53230875143175da38bab9a8272;hb=56015910355992f040f6163dcec96642021d2737;hp=7c031ee8b93b2515612ed1e2aafb2a905c57bc50;hpb=60541fb62438c6abd821874cfc3a24d280d1cbbf;p=linux-2.6-microblaze.git 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)^