summaryrefslogtreecommitdiff
path: root/lib/crc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc4.c')
-rw-r--r--lib/crc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc4.c b/lib/crc4.c
index cf6db46661be..164ed9444cd3 100644
--- a/lib/crc4.c
+++ b/lib/crc4.c
@@ -15,7 +15,7 @@ static const uint8_t crc4_tab[] = {
/**
* crc4 - calculate the 4-bit crc of a value.
- * @crc: starting crc4
+ * @c: starting crc4
* @x: value to checksum
* @bits: number of bits in @x to checksum
*