corrected typo

This commit is contained in:
Andreas Steffen
2007-03-14 19:33:34 +00:00
parent fd91053fbe
commit 889feb978b
+2 -2
View File
@@ -83,7 +83,7 @@ struct hasher_t {
* *
* 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. * an more data can be appended to already hashed data.
* If not, the result is written back and the hasher is reseted. * 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
* hash_t.get_block_size() bytes. * hash_t.get_block_size() bytes.
@@ -99,7 +99,7 @@ struct hasher_t {
* *
* 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. * an more data can be appended to already hashed data.
* If not, the result is written back and the hasher is reseted. * If not, the result is written back and the hasher is reset.
* *
* @param this calling object * @param this calling object
* @param data chunk with data to hash * @param data chunk with data to hash