summaryrefslogtreecommitdiffstats
path: root/lib/misc/crc.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-09-27 19:10:46 +0000
committerAlasdair Kergon <agk@redhat.com>2010-09-27 19:10:46 +0000
commit46d4a6acf849b7755a1a36f3575a6785f82bcda9 (patch)
tree0467ce265373a885da0c279162e080b179657167 /lib/misc/crc.c
parent44a31a9c2f54aa497a2b946232132991aa78a595 (diff)
downloadlvm2-46d4a6acf849b7755a1a36f3575a6785f82bcda9.tar.gz
lvm2-46d4a6acf849b7755a1a36f3575a6785f82bcda9.tar.xz
lvm2-46d4a6acf849b7755a1a36f3575a6785f82bcda9.zip
was renamed
Diffstat (limited to 'lib/misc/crc.c')
-rw-r--r--lib/misc/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc/crc.c b/lib/misc/crc.c
index 75d1c60e..f2f2f061 100644
--- a/lib/misc/crc.c
+++ b/lib/misc/crc.c
@@ -24,7 +24,7 @@ uint32_t calc_crc(uint32_t initial, const uint8_t *buf, uint32_t size)
static uint32_t _calc_crc_new(uint32_t initial, const uint8_t *buf, uint32_t size)
#endif
{
- /* CRC-32 byte lookup table generated by crcgen.c */
+ /* CRC-32 byte lookup table generated by crc_gen.c */
static const uint32_t crctab[] = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,
0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91,