]> Savannah Git Hosting - gnulib.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Feb 2012 05:12:29 +0000 (21:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Feb 2012 05:12:29 +0000 (21:12 -0800)
lib/sha256.c
lib/sha512.c

index a6d3ae63ae4f03f562798d2a15b5b10f8b8d453e..c1482d3c66067ca957f725cbc7fdf477e35d388b 100644 (file)
@@ -52,7 +52,7 @@ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ...  */ };
 
 /*
   Takes a pointer to a 256 bit block of data (eight 32 bit ints) and
-  intializes it to the start constants of the SHA256 algorithm.  This
+  initializes it to the start constants of the SHA256 algorithm.  This
   must be called before using hash in the call to sha256_hash
 */
 void
index 379582d2ab2c9d3b431074cbd903e9de134694e1..0c0779c359911cfa807cdfdc1b427b6ad932b7ba 100644 (file)
@@ -59,7 +59,7 @@ static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ...  */ };
 
 /*
   Takes a pointer to a 512 bit block of data (eight 64 bit ints) and
-  intializes it to the start constants of the SHA512 algorithm.  This
+  initializes it to the start constants of the SHA512 algorithm.  This
   must be called before using hash in the call to sha512_hash
 */
 void