diff options
Diffstat (limited to 'drivers/md/dm-crypt.c')
-rw-r--r-- | drivers/md/dm-crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c index 64fee90bb68b..4a5849b55197 100644 --- a/drivers/md/dm-crypt.c +++ b/drivers/md/dm-crypt.c | |||
@@ -112,7 +112,7 @@ static void clone_init(struct dm_crypt_io *, struct bio *); | |||
112 | * Different IV generation algorithms: | 112 | * Different IV generation algorithms: |
113 | * | 113 | * |
114 | * plain: the initial vector is the 32-bit little-endian version of the sector | 114 | * plain: the initial vector is the 32-bit little-endian version of the sector |
115 | * number, padded with zeros if neccessary. | 115 | * number, padded with zeros if necessary. |
116 | * | 116 | * |
117 | * essiv: "encrypted sector|salt initial vector", the sector number is | 117 | * essiv: "encrypted sector|salt initial vector", the sector number is |
118 | * encrypted with the bulk cipher using a salt as key. The salt | 118 | * encrypted with the bulk cipher using a salt as key. The salt |