fixed copy-and-paste caption error

This commit is contained in:
Andreas Steffen 2009-05-15 01:40:27 +02:00
parent 1bfb8007c2
commit 315fd57225
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
typedef struct private_serpent_crypter_t private_serpent_crypter_t;
/**
* Class implementing the AES symmetric encryption algorithm.
* Class implementing the Serpent symmetric encryption algorithm.
*
* @ingroup crypters
*/

View File

@ -21,7 +21,7 @@
typedef struct private_twofish_crypter_t private_twofish_crypter_t;
/**
* Class implementing the AES symmetric encryption algorithm.
* Class implementing the Twofish symmetric encryption algorithm.
*
* @ingroup crypters
*/