X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_hmac.h;h=14147d85861c57f25729a9ae0c42e2500c979fd5;hp=511dbbe4382b7c85adffc7456b5573c3a68b70ad;hb=05520e8eae3d8c6039e8bcde58741cf4ffb18f1d;hpb=a8a8f51ea4f59b9344d26a323f1fb737984a4dca diff --git a/inc/bearssl_hmac.h b/inc/bearssl_hmac.h index 511dbbe..14147d8 100644 --- a/inc/bearssl_hmac.h +++ b/inc/bearssl_hmac.h @@ -155,7 +155,7 @@ void br_hmac_update(br_hmac_context *ctx, const void *data, size_t len); /** * \brief Compute the HMAC output. * - * The destination buffer MUST be large enough to accomodate the result; + * The destination buffer MUST be large enough to accommodate the result; * its length is at most the "natural length" of HMAC (i.e. the output * length of the underlying hash function). The context is NOT modified; * further bytes may be processed. Thus, "partial HMAC" values can be