Skip to content

Commit cc623d5

Browse files
committed
Merge pull request #287
de7e398 small typo fix (Veres Lajos)
2 parents 9d96e36 + de7e398 commit cc623d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/field.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static int secp256k1_fe_equal_var(const secp256k1_fe_t *a, const secp256k1_fe_t
6262
/** Compare two field elements. Requires both inputs to be normalized */
6363
static int secp256k1_fe_cmp_var(const secp256k1_fe_t *a, const secp256k1_fe_t *b);
6464

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

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

0 commit comments

Comments
 (0)