]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix harmless typos in comments of two extensions.
authordrh <drh@noemail.net>
Tue, 2 Jul 2013 00:06:31 +0000 (00:06 +0000)
committerdrh <drh@noemail.net>
Tue, 2 Jul 2013 00:06:31 +0000 (00:06 +0000)
FossilOrigin-Name: 1c3ed47b71844d062c4e9a315f2f368b382684cc

ext/misc/ieee754.c
ext/misc/nextchar.c
manifest
manifest.uuid

index 436b11e0c539b96034098115e3cb530147c7f720..f1438938857723b53d32b2ce14ce31c62310efd9 100644 (file)
 **
 ** In the first form, the value X should be a floating-point number.
 ** The function will return a string of the form 'ieee754(Y,Z)' where
-** Y and Z are integers such that X==Y*pow(w.0,Z).
+** Y and Z are integers such that X==Y*pow(2,Z).
 **
 ** In the second form, Y and Z are integers which are the mantissa and
 ** base-2 exponent of a new floating point number.  The function returns
-** a floating-point value equal to Y*pow(2.0,Z).
+** a floating-point value equal to Y*pow(2,Z).
 **
 ** Examples:
 **
index e063043e04a2cd5a4896f99974234c96bf42e87a..20b6f28f7bde2e870fd1d8c383acc3569c2ad28e 100644 (file)
@@ -12,7 +12,7 @@
 **
 ** This file contains code to implement the next_char(A,T,F,W) SQL function.
 **
-** The next_char(A,T,F,H) function finds all valid "next" characters for
+** The next_char(A,T,F,W) function finds all valid "next" characters for
 ** string A given the vocabulary in T.F.  The T.F field should be indexed.
 ** If the W value exists and is a non-empty string, then it is an SQL
 ** expression that limits the entries in T.F that will be considered.
index 946f90885d9d2d1d91573e08623ec6fe1e2f58ad..63ba079a657b5c14009a58cac9758fa7890c4f26 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\squery\splanner\stest\scase\ssubmitted\sby\sElan\sFeingold\sand\s\nbased\son\sthe\sPlex\sproject.
-D 2013-07-01T20:02:31.578
+C Fix\sharmless\stypos\sin\scomments\sof\stwo\sextensions.
+D 2013-07-02T00:06:31.345
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -109,8 +109,8 @@ F ext/icu/sqliteicu.h 728867a802baa5a96de7495e9689a8e01715ef37
 F ext/misc/amatch.c eae8454cd9dcb287b2a3ec2e65a865a4ac5f0d06
 F ext/misc/closure.c 997c20ddf35f85ab399f4a02a557a9baa822ec32
 F ext/misc/fuzzer.c 136533c53cfce0957f0b48fa11dba27e21c5c01d
-F ext/misc/ieee754.c 2565ce373d842977efe0922dc50b8a41b3289556
-F ext/misc/nextchar.c 1131e2b36116ffc6fe6b2e3464bfdace27978b1e
+F ext/misc/ieee754.c b0362167289170627659e84173f5d2e8fee8566e
+F ext/misc/nextchar.c 51c0abfa91009f736eb55d00452770df0ea09c3b
 F ext/misc/percentile.c 4fb5e46c4312b0be74e8e497ac18f805f0e3e6c5
 F ext/misc/regexp.c c25c65fe775f5d9801fb8573e36ebe73f2c0c2e0
 F ext/misc/rot13.c 1ac6f95f99b575907b9b09c81a349114cf9be45a
@@ -1100,7 +1100,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 72919ec34f0d663d551c1070285ad93b932bcb74
-R 2a44be13bdbca483d547ee35f23965a3
+P 3d49c593dc12d72323ca525372a15e58c591940b
+R 4eaba8c09aff13d774e48dbaa8d3b5df
 U drh
-Z 3798d249a4146e945514044bb01c3030
+Z 34d5604cd4dfbc299c0348ba76a1b0cf
index 96c8adf1c90059b3c7062052759c3aeff6882f55..78c39e842eae76b8567e83a601830332e5726323 100644 (file)
@@ -1 +1 @@
-3d49c593dc12d72323ca525372a15e58c591940b
\ No newline at end of file
+1c3ed47b71844d062c4e9a315f2f368b382684cc
\ No newline at end of file