From: mistachkin Date: Sat, 30 May 2015 22:05:17 +0000 (+0000) Subject: Fix minor typo in comment. No changes to code. X-Git-Tag: version-3.8.11~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2efcf2aac27f6b7e29c180d4067bd03cd0d7b0d3;p=thirdparty%2Fsqlite.git Fix minor typo in comment. No changes to code. FossilOrigin-Name: 73fc058b3a74c1b018cff990de793f19a602c12f --- diff --git a/manifest b/manifest index 81903c791d..9ca096fae7 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index c7a37738d8..264528281f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -09a38bf665902834936d39341627ded88142e6ae \ No newline at end of file +73fc058b3a74c1b018cff990de793f19a602c12f \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index f14f4c9ce1..9e7efc9978 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -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. ** -*
  • [[SQLITE_FCNTL_WAL_BLOCK]] +**
  • [[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