]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak grammar in a comment
authorJim Meyering <jim@meyering.net>
Sat, 19 Nov 2005 07:49:10 +0000 (07:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Nov 2005 07:49:10 +0000 (07:49 +0000)
lib/sha1.c
lib/sha256.c
lib/sha512.c

index 556d9ca1a4c964dbdd2fc5c1a6f4a27cbb34340e..e8949bdcc32bda34a9069a2fbcab0418ef2d60f5 100644 (file)
@@ -77,7 +77,7 @@ sha1_init_ctx (struct sha1_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 *
 sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf)
 {
@@ -94,7 +94,7 @@ sha1_read_ctx (const struct sha1_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.  */
 void *
 sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf)
 {
index 4fede36d84b79fb793424850f8d186d409da2e7d..03c05281ab95d15fe2d6972c9e70dd12552859dd 100644 (file)
@@ -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)
 {
index 468ce76fd96634945b540470dfe40e4aa1874c70..0e0597397e4a421724219c053e484dbc1bea181b 100644 (file)
@@ -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)
 {