Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 committed Feb 27, 2018
1 parent be262f0 commit 8a688ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snark/libsnark/algebra/fields/bigint.hpp
Expand Up @@ -33,7 +33,7 @@ class bigint {
mp_limb_t data[n] = {0};

bigint() = default;
bigint(const unsigned long x); /// Initalize from a small integer
bigint(const unsigned long x); /// Initialize from a small integer
bigint(const char* s); /// Initialize from a string containing an integer in decimal notation
bigint(const mpz_t r); /// Initialize from MPZ element

Expand Down

0 comments on commit 8a688ff

Please sign in to comment.