aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libstrongswan/crypto/hashers/hasher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/hashers/hasher.h b/src/libstrongswan/crypto/hashers/hasher.h
index 9b226b2a1..6c17f892d 100644
--- a/src/libstrongswan/crypto/hashers/hasher.h
+++ b/src/libstrongswan/crypto/hashers/hasher.h
@@ -83,7 +83,7 @@ struct hasher_t {
*
* If the parameter hash is NULL, no result is written back
* 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
* hash_t.get_block_size() bytes.
@@ -99,7 +99,7 @@ struct hasher_t {
*
* If the parameter hash is NULL, no result is written back
* 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 data chunk with data to hash