Skip to content

Commit 60b31a3

Browse files
authored
Merge pull request #304 from ericonr/readme
Fix comment in code shown in the README.
2 parents 63a62b9 + 4d961df commit 60b31a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int main(void)
150150
uint8_t *pwd = (uint8_t *)strdup(PWD);
151151
uint32_t pwdlen = strlen((char *)pwd);
152152

153-
uint32_t t_cost = 2; // 1-pass computation
153+
uint32_t t_cost = 2; // 2-pass computation
154154
uint32_t m_cost = (1<<16); // 64 mebibytes memory usage
155155
uint32_t parallelism = 1; // number of threads and lanes
156156

0 commit comments

Comments
 (0)