tree-wide: fix a very frequent spelling mistake
[deliverable/linux.git] / drivers / md / dm-crypt.c
index ed1038164019a1d5935937037c6aae2bd429c666..e412980763bded7f0de5f05c01e9a896e254ef7e 100644 (file)
@@ -988,7 +988,7 @@ static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv)
                goto bad_cipher;
        }
 
-       /* Compatiblity mode for old dm-crypt cipher strings */
+       /* Compatibility mode for old dm-crypt cipher strings */
        if (!chainmode || (strcmp(chainmode, "plain") == 0 && !ivmode)) {
                chainmode = "cbc";
                ivmode = "plain";
This page took 0.03029 seconds and 5 git commands to generate.