Commit 86769a9a authored by Jon Griffiths's avatar Jon Griffiths

crypto: Comment typo

Signed-off-by: default avatarJon Griffiths <jon_p_griffiths@yahoo.com>
parent 98d16c40
...@@ -82,7 +82,7 @@ void sha256_init(struct sha256_ctx *ctx); ...@@ -82,7 +82,7 @@ void sha256_init(struct sha256_ctx *ctx);
/** /**
* SHA256_INIT - initializer for an SHA256 context. * 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()). * of sha256_init()).
* *
* Example: * Example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment