Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Aug 10, 2015
1 parent 9d96e36 commit de7e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int secp256k1_fe_equal_var(const secp256k1_fe_t *a, const secp256k1_fe_t
/** Compare two field elements. Requires both inputs to be normalized */
static int secp256k1_fe_cmp_var(const secp256k1_fe_t *a, const secp256k1_fe_t *b);

/** Set a field element equal to 32-byte big endian value. If succesful, the resulting field element is normalized. */
/** Set a field element equal to 32-byte big endian value. If successful, the resulting field element is normalized. */
static int secp256k1_fe_set_b32(secp256k1_fe_t *r, const unsigned char *a);

/** Convert a field element to a 32-byte big endian value. Requires the input to be normalized */
Expand Down

0 comments on commit de7e398

Please sign in to comment.