aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/dm-vdo/indexer/delta-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/indexer/delta-index.c')
-rw-r--r--drivers/md/dm-vdo/indexer/delta-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/indexer/delta-index.c b/drivers/md/dm-vdo/indexer/delta-index.c
index 4aace707545a..6a85f93bbcb1 100644
--- a/drivers/md/dm-vdo/indexer/delta-index.c
+++ b/drivers/md/dm-vdo/indexer/delta-index.c
@@ -35,7 +35,7 @@
*
* Each delta list is stored as a bit stream. Within the delta list encoding, bits and bytes are
* numbered in little endian order. Within a byte, bit 0 is the least significant bit (0x1), and
- * bit 7 is the most significant bit (0x80). Within a bit stream, bit 7 is the most signficant bit
+ * bit 7 is the most significant bit (0x80). Within a bit stream, bit 7 is the most significant bit
* of byte 0, and bit 8 is the least significant bit of byte 1. Within a byte array, a byte's
* number corresponds to its index in the array.
*