]> git.ozlabs.org Git - ccan/commitdiff
hash: spelling fix
authorBrad Hards <bradh@frogmouth.net>
Sun, 16 Jan 2011 06:19:51 +0000 (17:19 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000 (16:28 +1030)
ccan/hash/hash.c

index 9b3f58b2b20a649785b7f053c4c7828413610148..01216ca0628d25959e143d0f30c11e03e8be57ce 100644 (file)
@@ -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);