summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-05-03 16:13:25 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-05-03 16:13:25 +0200
commite5ef2c5778feeee1ffc1566e39997649f5d0f945 (patch)
tree276452c6b0d953d861829eab91a856aa8cbc6d9c /gmp-impl.h
parent75e353b4fabacd69e3ce6b8fd672f1251b72d8c5 (diff)
downloadgmp-e5ef2c5778feeee1ffc1566e39997649f5d0f945.tar.gz
Fix some spelling errors.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 350fe0392..f5c2ac5ef 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -2808,8 +2808,8 @@ __GMP_DECLSPEC mp_bitcnt_t mpn_remove (mp_ptr, mp_size_t *, mp_srcptr, mp_size_t
struct bases
{
/* Number of digits in the conversion base that always fits in an mp_limb_t.
- For example, for base 10 on a machine where a mp_limb_t has 32 bits this
- is 9, since 10**9 is the largest number that fits into a mp_limb_t. */
+ For example, for base 10 on a machine where an mp_limb_t has 32 bits this
+ is 9, since 10**9 is the largest number that fits into an mp_limb_t. */
int chars_per_limb;
/* log(2)/log(conversion_base) */