mirror of https://github.com/zcash/zcash.git
Fix typo
This commit is contained in:
parent
be262f065f
commit
f979c0074e
|
@ -43,7 +43,7 @@ class linear_combination;
|
||||||
/********************************* Variable **********************************/
|
/********************************* Variable **********************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A variable represents a formal expresison of the form "x_{index}".
|
* A variable represents a formal expression of the form "x_{index}".
|
||||||
*/
|
*/
|
||||||
template<typename FieldT>
|
template<typename FieldT>
|
||||||
class variable {
|
class variable {
|
||||||
|
|
Loading…
Reference in New Issue