From 93ec9b745032b4e9c02756dd0361de3a364b6742 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 13 Dec 2014 19:36:05 +0100 Subject: minor cleanup --- daemon/stm32crc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/stm32crc.cpp') diff --git a/daemon/stm32crc.cpp b/daemon/stm32crc.cpp index dd09f38..2bb1def 100644 --- a/daemon/stm32crc.cpp +++ b/daemon/stm32crc.cpp @@ -10,7 +10,7 @@ * XorOut = 0xffffffff * ReflectOut = False * Algorithm = table-driven - * Modified to use STM32-like word size + * The algorithm has been modified to use 32bit word size like STM32 *****************************************************************************/ static const quint32 crc_table[256] = { 0x00000000, 0x04c11db7, 0x09823b6e, 0x0d4326d9, -- cgit v1.2.3