From f6c20826c7389485dfc4c80509452aa6ec57c147 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 6 Jul 2023 15:49:36 +0200 Subject: m doc fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libblake.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libblake.h') 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 -- cgit v1.2.3-70-g09d2