X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fsort.c;h=aa18153864d2217d233874095eb0aa42af55b653;hb=868ad33bfa3bf39960982682ad3a0f8ebda1656e;hp=3ad454411997adc1aaf4c70df3b30cfd693c96b4;hpb=ea3f0ce756d678f94fd3060311030c5ed855e591;p=linux-2.6-microblaze.git diff --git a/lib/sort.c b/lib/sort.c index 3ad454411997..aa18153864d2 100644 --- a/lib/sort.c +++ b/lib/sort.c @@ -51,7 +51,7 @@ static bool is_aligned(const void *base, size_t size, unsigned char align) * which basically all CPUs have, to minimize loop overhead computations. * * For some reason, on x86 gcc 7.3.0 adds a redundant test of n at the - * bottom of the loop, even though the zero flag is stil valid from the + * bottom of the loop, even though the zero flag is still valid from the * subtract (since the intervening mov instructions don't alter the flags). * Gcc 8.1.0 doesn't have that problem. */