fixed caption

This commit is contained in:
Andreas Steffen
2009-05-14 13:55:55 +02:00
parent cb81cc1dc0
commit 42dd330305
@@ -86,7 +86,7 @@ struct private_blowfish_crypter_t {
BF_KEY schedule; BF_KEY schedule;
/** /**
* Key size of this AES cypher object. * Key size of this Blowfish cipher object.
*/ */
u_int32_t key_size; u_int32_t key_size;
}; };