Skip to content

Commit

Permalink
Fix typo in function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Sep 28, 2018
1 parent b6d0258 commit 9bfe9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmp-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ __GMP_DECLSPEC mp_limb_t mpir_revbin(mp_limb_t in, mp_limb_t bits);
__GMP_DECLSPEC mpir_si mpir_fft_adjust_limbs(mp_size_t limbs);

#define mpir_fft_combine_bits __mpir_fft_combine_bits
__GMP_DECLSPEC void mpir_fft_combine_bit(mp_ptr res, const mp_ptr * poly,
__GMP_DECLSPEC void mpir_fft_combine_bits(mp_ptr res, const mp_ptr * poly,
long length, mp_bitcnt_t bits, mp_size_t output_limbs, mp_size_t total_limbs);

#define mpir_fft_split_bits __mpir_fft_split_bits
Expand Down

0 comments on commit 9bfe9f8

Please sign in to comment.