diff options
author | drh <drh@noemail.net> | 2014-11-07 14:37:32 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-11-07 14:37:32 +0000 |
commit | 97d3898335b39b07e8753d0d705dd4b396bd85a2 (patch) | |
tree | d0eccf0c429c3f91dba9d62cc2e1fb54c0593b1b /src | |
parent | 9a06d30bb5266c008ad3a2493fecf5f65c36d56a (diff) | |
download | sqlite-97d3898335b39b07e8753d0d705dd4b396bd85a2.tar.gz sqlite-97d3898335b39b07e8753d0d705dd4b396bd85a2.zip |
Fix another harmless comment typo.
FossilOrigin-Name: b45bc80bb16f07192d84fd14433bb724a84d4146
Diffstat (limited to 'src')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index e9715efcf..4d272b06a 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -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". |