X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=crypto%2Fxts.c;h=851705446c8201f13232ff3d8fce6956c99d72e4;hp=555ecaab1e544d89d519d685fdfecc9bf602470d;hb=174457391a83d70215d441cb3bc0aa7d7443b63e;hpb=6ab561c8aab2e4af535f09adbc6253f958536848 diff --git a/crypto/xts.c b/crypto/xts.c index 555ecaab1e54..851705446c82 100644 --- a/crypto/xts.c +++ b/crypto/xts.c @@ -45,7 +45,7 @@ static int setkey(struct crypto_tfm *parent, const u8 *key, return -EINVAL; } - /* we need two cipher instances: one to compute the inital 'tweak' + /* we need two cipher instances: one to compute the initial 'tweak' * by encrypting the IV (usually the 'plain' iv) and the other * one to encrypt and decrypt the data */