]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix minor typo in comment. No changes to code.
authormistachkin <mistachkin@noemail.net>
Sat, 30 May 2015 22:05:17 +0000 (22:05 +0000)
committermistachkin <mistachkin@noemail.net>
Sat, 30 May 2015 22:05:17 +0000 (22:05 +0000)
FossilOrigin-Name: 73fc058b3a74c1b018cff990de793f19a602c12f

manifest
manifest.uuid
src/sqlite.h.in

index 81903c791d7a781d22c8be54a81b7066ddf97925..9ca096fae72fbb85dcb2f14884add22053a2a764 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Ensure\sthat\sallocateBtreePage()\salways\sclears\sthe\sMemPage\spointer\swhen\nit\sfails\sdue\sto\san\sI/O\sor\smemory\sallocation\serror.
-D 2015-05-29T18:42:11.874
+C Fix\sminor\stypo\sin\scomment.\s\sNo\schanges\sto\scode.
+D 2015-05-30T22:05:17.458
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 994bab32a3a69e0c35bd148b65cde49879772964
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -252,7 +252,7 @@ F src/resolve.c 84c571794e3ee5806274d95158a4c0177c6c4708
 F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
 F src/select.c 5978cc521cb8fc1aa6a0089e35edaf531accb52a
 F src/shell.c 07dda7cd692911d2f22269953418d049f2e2c0ee
-F src/sqlite.h.in 4d0ecd8e1e0272d9a2742b39602f5e4fad8d3246
+F src/sqlite.h.in d165beeceb6b40af60f352a4d4e37e02d9af7df0
 F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
 F src/sqlite3ext.h 2ebeb634e751a61a6f0eebfa0f4669f46a42f6cd
 F src/sqliteInt.h bc8496de6a514ac66a5a938ee0e4f0d17d150c77
@@ -1281,7 +1281,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P db4e9728fae5f7b0fad6aa0a5be317a7c9e7c417
-R 203c94cd3aa280d28c1c7c31381f4eb0
-U drh
-Z e97ffe3d4cc6b6234faac86c9e55619e
+P 09a38bf665902834936d39341627ded88142e6ae
+R ef3c3ce42e00538e32e192eb7a670812
+U mistachkin
+Z 7d37f32a6f8f03a1b757dcda37cff44f
index c7a37738d8f774d3cc814a5ae3860ed7962b8372..264528281fe4548005a3774f3f45ba174913230c 100644 (file)
@@ -1 +1 @@
-09a38bf665902834936d39341627ded88142e6ae
\ No newline at end of file
+73fc058b3a74c1b018cff990de793f19a602c12f
\ No newline at end of file
index f14f4c9ce1d103351134077213b1c8db2367c397..9e7efc99782f47725ba4fe4474ace4fd101eb378 100644 (file)
@@ -956,7 +956,7 @@ struct sqlite3_io_methods {
 ** pointed to by the pArg argument.  This capability is used during testing
 ** and only needs to be supported when SQLITE_TEST is defined.
 **
-* <li>[[SQLITE_FCNTL_WAL_BLOCK]]
+** <li>[[SQLITE_FCNTL_WAL_BLOCK]]
 ** The [SQLITE_FCNTL_WAL_BLOCK] is a signal to the VFS layer that it might
 ** be advantageous to block on the next WAL lock if the lock is not immediately
 ** available.  The WAL subsystem issues this signal during rare