From: Jon Griffiths Date: Tue, 22 Mar 2016 11:04:04 +0000 (+1300) Subject: crypto: Comment typo X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=86769a9aa665c83204f397af95d01d17973bf763;ds=sidebyside crypto: Comment typo Signed-off-by: Jon Griffiths --- diff --git a/ccan/crypto/sha256/sha256.h b/ccan/crypto/sha256/sha256.h index be4b3b7a..d8b683ec 100644 --- a/ccan/crypto/sha256/sha256.h +++ b/ccan/crypto/sha256/sha256.h @@ -82,7 +82,7 @@ void sha256_init(struct sha256_ctx *ctx); /** * SHA256_INIT - initializer for an SHA256 context. * - * This can be used to staticly initialize an SHA256 context (instead + * This can be used to statically initialize an SHA256 context (instead * of sha256_init()). * * Example: