Skip to content

Commit

Permalink
chore: fix typo in comment (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjingcun authored Nov 7, 2024
1 parent 430371e commit 8a18db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static C_KZG_RET toeplitz_part_1(g1_t *out, const g1_t *x, size_t n, const KZGSe
x_ext[i] = G1_IDENTITY;
}

/* Peform forward transformation */
/* Perform forward transformation */
ret = g1_fft(out, x_ext, circulant_domain_size, s);
if (ret != C_KZG_OK) goto out;

Expand Down

0 comments on commit 8a18db4

Please sign in to comment.