aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libblake.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libblake.h b/libblake.h
index a3a0341..1335486 100644
--- a/libblake.h
+++ b/libblake.h
@@ -870,8 +870,8 @@ libblake_blake2s_update(struct libblake_blake2s_state *state, const void *data,
* has been reached
*
* Unlike `libblake_blake2s_update`, this function
- * will all input data if `len` is a multiple of
- * 64, however the application must make sure that
+ * will process all input data if `len` is a multiple
+ * of 64, however the application must make sure that
* there is more data to process
*
* @param state The state of the hash function
@@ -971,8 +971,8 @@ libblake_blake2b_update(struct libblake_blake2b_state *state, const void *data,
* has been reached
*
* Unlike `libblake_blake2b_update`, this function
- * will all input data if `len` is a multiple of
- * 128, however the application must make sure that
+ * will processes all input data if `len` is a multiple
+ * of 128, however the application must make sure that
* there is more data to process
*
* @param state The state of the hash function