ChangeLog: - translate Latin (and Danish) to English - fix error (in comment) and give a reference Signed-off-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx>
diff --git a/lib/crc-t10dif.c b/lib/crc-t10dif.c index fbbd66e..97cc436 100644 --- a/lib/crc-t10dif.c +++ b/lib/crc-t10dif.c @@ -12,9 +12,11 @@ #include <linux/module.h> #include <linux/crc-t10dif.h> -/* Table generated using the following polynomium: +/* Table generated using the following polynomial: * x^16 + x^15 + x^11 + x^9 + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1 - * gt: 0x8bb7 + * G(x): 0x18bb7 + * + * Reference: SBC-2 or SBC-3 at www.t10.org (protection information model) */ static const __u16 t10_dif_crc_table[256] = { 0x0000, 0x8BB7, 0x9CD9, 0x176E, 0xB205, 0x39B2, 0x2EDC, 0xA56B,