Fix spelling error and sync with latest scripts.

This commit is contained in:
David Garske
2020-09-28 10:41:31 -07:00
parent d01dae00bc
commit a85c93e44a
4 changed files with 27 additions and 27 deletions

View File

@@ -4773,7 +4773,7 @@ static int32_t sp_2048_cmp_32(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -7005,7 +7005,7 @@ static int32_t sp_2048_cmp_64(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -7057,7 +7057,7 @@ static WC_INLINE int sp_2048_mod_64(sp_digit* r, const sp_digit* a, const sp_dig
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -15587,7 +15587,7 @@ static int32_t sp_3072_cmp_48(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -18619,7 +18619,7 @@ static int32_t sp_3072_cmp_96(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -18671,7 +18671,7 @@ static WC_INLINE int sp_3072_mod_96(sp_digit* r, const sp_digit* a, const sp_dig
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -26639,7 +26639,7 @@ static int32_t sp_4096_cmp_128(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -26691,7 +26691,7 @@ static WC_INLINE int sp_4096_mod_128(sp_digit* r, const sp_digit* a, const sp_di
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -35906,7 +35906,7 @@ static void sp_256_mask_8(sp_digit* r, const sp_digit* a, sp_digit m)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -45104,7 +45104,7 @@ static void sp_384_mask_12(sp_digit* r, const sp_digit* a, sp_digit m)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.

View File

@@ -3068,7 +3068,7 @@ SP_NOINLINE static int32_t sp_2048_cmp_32(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -3873,7 +3873,7 @@ SP_NOINLINE static int32_t sp_2048_cmp_64(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -3923,7 +3923,7 @@ static WC_INLINE int sp_2048_mod_64(sp_digit* r, const sp_digit* a, const sp_dig
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -8923,7 +8923,7 @@ SP_NOINLINE static int32_t sp_3072_cmp_48(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -9734,7 +9734,7 @@ SP_NOINLINE static int32_t sp_3072_cmp_96(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -9784,7 +9784,7 @@ static WC_INLINE int sp_3072_mod_96(sp_digit* r, const sp_digit* a, const sp_dig
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -13654,7 +13654,7 @@ SP_NOINLINE static int32_t sp_4096_cmp_128(const sp_digit* a, const sp_digit* b)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -13704,7 +13704,7 @@ static WC_INLINE int sp_4096_mod_128(sp_digit* r, const sp_digit* a, const sp_di
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -21109,7 +21109,7 @@ static void sp_256_mask_8(sp_digit* r, const sp_digit* a, sp_digit m)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -27947,7 +27947,7 @@ static void sp_384_mask_12(sp_digit* r, const sp_digit* a, sp_digit m)
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.

View File

@@ -1777,7 +1777,7 @@ static WC_INLINE sp_digit sp_2048_div_word_45(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -2728,7 +2728,7 @@ static WC_INLINE sp_digit sp_2048_div_word_90(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -6605,7 +6605,7 @@ static WC_INLINE sp_digit sp_3072_div_word_134(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -9682,7 +9682,7 @@ static WC_INLINE sp_digit sp_4096_div_word_98(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -10646,7 +10646,7 @@ static WC_INLINE sp_digit sp_4096_div_word_196(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.

View File

@@ -9903,7 +9903,7 @@ static WC_INLINE sp_digit sp_4096_div_word_39(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.
@@ -10915,7 +10915,7 @@ static WC_INLINE sp_digit sp_4096_div_word_78(sp_digit d1, sp_digit d0,
/* Divide d in a and put remainder into r (m*d + r = a)
* m is not calculated as it is not needed at this time.
*
* a Nmber to be divided.
* a Number to be divided.
* d Number to divide with.
* m Multiplier result.
* r Remainder from the division.