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 a6d3ae6..c1482d3 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 379582d..0c0779c 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