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 **********************************/
|
||||
|
||||
/**
|
||||
* 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>
|
||||
class variable {
|
||||
|
|
Loading…
Reference in New Issue