summaryrefslogtreecommitdiff
path: root/daemon/stm32crc.cpp
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-13 19:36:05 +0100
committerJavier <dev.git@javispedro.com>2014-12-13 19:36:05 +0100
commit93ec9b745032b4e9c02756dd0361de3a364b6742 (patch)
tree79ba7fdd90eeed88e4409429af1beb82278dcb18 /daemon/stm32crc.cpp
parent78d9610591174ee02db02249c4ce9c25d93fc550 (diff)
minor cleanup
Diffstat (limited to 'daemon/stm32crc.cpp')
-rw-r--r--daemon/stm32crc.cpp2
1 files changed, 1 insertions, 1 deletions
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,