summaryrefslogtreecommitdiff
path: root/lib/sha512.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sha512.c')
-rw-r--r--lib/sha512.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sha512.c b/lib/sha512.c
index 468ce76fd..0e0597397 100644
--- a/lib/sha512.c
+++ b/lib/sha512.c
@@ -100,7 +100,7 @@ sha384_init_ctx (struct sha512_ctx *ctx)
must be in little endian byte order.
IMPORTANT: On some systems it is required that RESBUF is correctly
- aligned for a 64 bits value. */
+ aligned for a 64-bit value. */
void *
sha512_read_ctx (const struct sha512_ctx *ctx, void *resbuf)
{
@@ -127,7 +127,7 @@ sha384_read_ctx (const struct sha512_ctx *ctx, void *resbuf)
prolog according to the standard and write the result to RESBUF.
IMPORTANT: On some systems it is required that RESBUF is correctly
- aligned for a 64 bits value. */
+ aligned for a 64-bit value. */
static void
sha512_conclude_ctx (struct sha512_ctx *ctx)
{