X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_hash.h;h=3b15ba7ca487fafb56f1be970bb0de5ad5e76664;hp=860ab718b3a50f6e2ffc4f774214fe88d5ca436a;hb=05520e8eae3d8c6039e8bcde58741cf4ffb18f1d;hpb=042986b989521f0ae1e2fe3819c72f2fabcb70a6;ds=sidebyside diff --git a/inc/bearssl_hash.h b/inc/bearssl_hash.h index 860ab71..3b15ba7 100644 --- a/inc/bearssl_hash.h +++ b/inc/bearssl_hash.h @@ -93,7 +93,7 @@ extern "C" { * - `br_xxx_out(const br_xxx_context *ctx, void *out)` * * Complete the hash computation and write the result in the provided - * buffer. The output buffer MUST be large enough to accomodate the + * buffer. The output buffer MUST be large enough to accommodate the * result. The context is NOT modified by this operation, so this * function can be used to get a "partial hash" while still keeping * the possibility of adding more bytes to the input.