mirror of https://github.com/zcash/zcash.git
Fix typos
This commit is contained in:
parent
be262f065f
commit
f02ef2e495
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Split out from multiexp to prevent cyclical
|
Split out from multiexp to prevent cyclical
|
||||||
dependencies. I.e. previously multiexp dependend on
|
dependencies. I.e. previously multiexp depended on
|
||||||
knowledge_commitment, which dependend on sparse_vector, which
|
knowledge_commitment, which depended on sparse_vector, which
|
||||||
dependend on multiexp (to do accumulate).
|
depended on multiexp (to do accumulate).
|
||||||
|
|
||||||
Will probably go away in more general exp refactoring.
|
Will probably go away in more general exp refactoring.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue