From 7fe233c9eee5d043f581d19fa37ffad52aa6ee22 Mon Sep 17 00:00:00 2001 From: Bob Pearson Date: Fri, 23 Mar 2012 15:02:21 -0700 Subject: [PATCH] --- yaml --- r: 295216 b: refs/heads/master c: e30c7a8fcf2d5bba53ea07047b1a0f9161da1078 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/crc32.c | 2 +- trunk/lib/crc32defs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 17b5200f6713..c4c6b6036c17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca56dc098caf93b5437cd6c4ee49f02aa18f84d6 +refs/heads/master: e30c7a8fcf2d5bba53ea07047b1a0f9161da1078 diff --git a/trunk/lib/crc32.c b/trunk/lib/crc32.c index 4b35d2b4437c..ffea0c99a1f3 100644 --- a/trunk/lib/crc32.c +++ b/trunk/lib/crc32.c @@ -317,7 +317,7 @@ EXPORT_SYMBOL(crc32_be); * in the correct multiple to subtract, we can shift a byte at a time. * This produces a 40-bit (rather than a 33-bit) intermediate remainder, * but again the multiple of the polynomial to subtract depends only on - * the high bits, the high 8 bits in this case. + * the high bits, the high 8 bits in this case. * * The multiple we need in that case is the low 32 bits of a 40-bit * value whose high 8 bits are given, and which is a multiple of the diff --git a/trunk/lib/crc32defs.h b/trunk/lib/crc32defs.h index 9b6773d73749..f5a540176571 100644 --- a/trunk/lib/crc32defs.h +++ b/trunk/lib/crc32defs.h @@ -8,7 +8,7 @@ /* How many bits at a time to use. Requires a table of 4<