Fix typos.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@491 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2011-04-05 18:45:28 +00:00
parent 2a8a235df9
commit 0626fae601
3 changed files with 5 additions and 5 deletions

View File

@@ -572,7 +572,7 @@ int LUKS_set_key(const char *device, unsigned int keyIndex,
goto out;
/*
* AF splitting, the masterkey stored in vk->key is splitted to AfMK
* AF splitting, the masterkey stored in vk->key is split to AfKey
*/
AFEKSize = hdr->keyblock[keyIndex].stripes*vk->keylength;
AfKey = crypt_safe_alloc(AFEKSize);