From c91f6038634418dff753c9f037afb6574b02a743 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:32:29 +0100 Subject: fix doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsha1.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libsha1.h') diff --git a/libsha1.h b/libsha1.h index c841e85..d6dcadb 100644 --- a/libsha1.h +++ b/libsha1.h @@ -77,12 +77,12 @@ struct libsha1_state { struct libsha1_hmac_state { /** - * State of the underlaying hash function + * State of the underlying hash function */ struct libsha1_state sha1_state; /** - * The output size of the underlaying + * The output size of the underlying * hash algorithm, in bits */ size_t outsize; @@ -310,7 +310,7 @@ void libsha1_hmac_update(struct libsha1_hmac_state *restrict, const void *restri * @param data Data to feed into the algorithm * @param n The number of bytes to feed into the algorithm * @param output The output buffer for the hash, it will be as - * large as for the underlaying hash algorithm + * large as for the underlying hash algorithm */ #if defined(__GNUC__) __attribute__((__leaf__, __nonnull__, __nothrow__)) -- cgit v1.2.3-70-g09d2