X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_hmac.h;h=14147d85861c57f25729a9ae0c42e2500c979fd5;hp=511dbbe4382b7c85adffc7456b5573c3a68b70ad;hb=cfbc702d3d64c209784b664eeab8867b603f4d4c;hpb=042986b989521f0ae1e2fe3819c72f2fabcb70a6 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