Browse Source

hash: spelling fix

Brad Hards 15 years ago
parent
commit
0e89f234c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/hash/hash.c

+ 1 - 1
ccan/hash/hash.c

@@ -741,7 +741,7 @@ void driver2()
     {
       for (j=0; j<8; ++j)   /*------------------------ for each input bit, */
       {
-	for (m=1; m<8; ++m) /*------------ for serveral possible initvals, */
+	for (m=1; m<8; ++m) /*------------ for several possible initvals, */
 	{
 	  for (l=0; l<HASHSTATE; ++l)
 	    e[l]=f[l]=g[l]=h[l]=x[l]=y[l]=~((uint32_t)0);