projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05a5e0
)
hash: spelling fix
author
Brad Hards
<bradh@frogmouth.net>
Sun, 16 Jan 2011 06:19:51 +0000
(17:19 +1100)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000
(16:28 +1030)
ccan/hash/hash.c
patch
|
blob
|
history
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 (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);