corrected typos

This commit is contained in:
Andreas Steffen
2007-10-17 02:56:24 +00:00
parent 57423bb7ac
commit 6d8bec0b97
+2 -2
View File
@@ -84,7 +84,7 @@ struct hasher_t {
* @brief Hash data and write it in the buffer. * @brief Hash data and write it in the buffer.
* *
* If the parameter hash is NULL, no result is written back * If the parameter hash is NULL, no result is written back
* an more data can be appended to already hashed data. * and more data can be appended to already hashed data.
* If not, the result is written back and the hasher is reset. * If not, the result is written back and the hasher is reset.
* *
* The hash output parameter must hold at least * The hash output parameter must hold at least
@@ -100,7 +100,7 @@ struct hasher_t {
* @brief Hash data and allocate space for the hash. * @brief Hash data and allocate space for the hash.
* *
* If the parameter hash is NULL, no result is written back * If the parameter hash is NULL, no result is written back
* an more data can be appended to already hashed data. * and more data can be appended to already hashed data.
* If not, the result is written back and the hasher is reset. * If not, the result is written back and the hasher is reset.
* *
* @param this calling object * @param this calling object