projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hash: spelling fix
[ccan]
/
ccan
/
hash
/
hash.c
diff --git
a/ccan/hash/hash.c
b/ccan/hash/hash.c
index 9b3f58b2b20a649785b7f053c4c7828413610148..01216ca0628d25959e143d0f30c11e03e8be57ce 100644
(file)
--- a/
ccan/hash/hash.c
+++ b/
ccan/hash/hash.c
@@
-741,7
+741,7
@@
void driver2()
{
for (j=0; j<8; ++j) /*------------------------ for each input bit, */
{
{
for (j=0; j<8; ++j) /*------------------------ for each input bit, */
{
- for (m=1; m<8; ++m) /*------------ for se
r
veral 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);
{
for (l=0; l<HASHSTATE; ++l)
e[l]=f[l]=g[l]=h[l]=x[l]=y[l]=~((uint32_t)0);