From 86769a9aa665c83204f397af95d01d17973bf763 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 23 Mar 2016 00:04:04 +1300 Subject: [PATCH] crypto: Comment typo Signed-off-by: Jon Griffiths --- ccan/crypto/sha256/sha256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2