summaryrefslogtreecommitdiff
path: root/lib/sha256.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-19 07:49:10 +0000
committerJim Meyering <jim@meyering.net>2005-11-19 07:49:10 +0000
commita1343d67f2e9fb4f6e0a9057dd76d8660e1b2878 (patch)
tree13aa889767ab982572c6345066eac61626cd4a32 /lib/sha256.c
parentfd907a33bd28ebdcdf99db5a3d38de4f5030d6be (diff)
downloadcoreutils-a1343d67f2e9fb4f6e0a9057dd76d8660e1b2878.tar.xz
tweak grammar in a comment
Diffstat (limited to 'lib/sha256.c')
-rw-r--r--lib/sha256.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sha256.c b/lib/sha256.c
index 4fede36d8..03c05281a 100644
--- a/lib/sha256.c
+++ b/lib/sha256.c
@@ -98,7 +98,7 @@ sha224_init_ctx (struct sha256_ctx *ctx)
must be in little endian byte order.
IMPORTANT: On some systems it is required that RESBUF is correctly
- aligned for a 32 bits value. */
+ aligned for a 32-bit value. */
void *
sha256_read_ctx (const struct sha256_ctx *ctx, void *resbuf)
{
@@ -125,7 +125,7 @@ sha224_read_ctx (const struct sha256_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 32 bits value. */
+ aligned for a 32-bit value. */
static void
sha256_conclude_ctx (struct sha256_ctx *ctx)
{