1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix another harmless comment typo.

FossilOrigin-Name: b45bc80bb16f07192d84fd14433bb724a84d4146
This commit is contained in:
drh
2014-11-07 14:37:32 +00:00
parent 9a06d30bb5
commit 97d3898335
3 changed files with 8 additions and 8 deletions

View File

@@ -562,7 +562,7 @@ typedef INT8_TYPE i8; /* 1-byte signed integer */
** gives a possible range of values of approximately 1.0e986 to 1e-986.
** But the allowed values are "grainy". Not every value is representable.
** For example, quantities 16 and 17 are both represented by a LogEst
** of 40. However, since LogEst quantaties are suppose to be estimates,
** of 40. However, since LogEst quantities are suppose to be estimates,
** not exact values, this imprecision is not a problem.
**
** "LogEst" is short for "Logarithmic Estimate".