1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Fix missing word in a documentation comment. No changes to code.

FossilOrigin-Name: ed24d302657e8495bef7f5ed698c7cca12717be9
This commit is contained in:
mistachkin
2015-11-11 18:43:49 +00:00
parent 3d38cec99a
commit 24e9895f81
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
C Improvements\sto\sthe\sSQLITE_CONFIG_PAGECACHE\sdocumentation.\s\sEnhance\sthe\ncommand-line\sshell\sto\sbe\sable\sto\stake\sadvantage\sof\sthe\sfull\srange\sof\nSQLITE_CONFIG_PAGECACHE\scapabilities,\ssuch\sas\ssetting\spMem==NULL\sand\sN<0. C Fix\smissing\sword\sin\sa\sdocumentation\scomment.\s\sNo\schanges\sto\scode.
D 2015-11-11T15:28:52.898 D 2015-11-11T18:43:49.517
F Makefile.in d828db6afa6c1fa060d01e33e4674408df1942a1 F Makefile.in d828db6afa6c1fa060d01e33e4674408df1942a1
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc e928e68168df69b353300ac87c10105206653a03 F Makefile.msc e928e68168df69b353300ac87c10105206653a03
@@ -341,7 +341,7 @@ F src/resolve.c 1954a0f01bf65d78d7d559aea3d5c67f33376d91
F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
F src/select.c 00a2a10d4298a685d0eeb05b09ef018a2bd81bf8 F src/select.c 00a2a10d4298a685d0eeb05b09ef018a2bd81bf8
F src/shell.c acefb4593a9bf0338a757c968f1f1bb05690d830 F src/shell.c acefb4593a9bf0338a757c968f1f1bb05690d830
F src/sqlite.h.in 278df052181b0e5b0bcdb2089ff09596ae9eca15 F src/sqlite.h.in fa62718f73553f06b2f2e362fd09ccb4e1cbb626
F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
F src/sqlite3ext.h 4b66e3e3435da4b4c8c83696d0349f0c503b3924 F src/sqlite3ext.h 4b66e3e3435da4b4c8c83696d0349f0c503b3924
F src/sqliteInt.h bc6d24460fe544323517630b1e20539146379077 F src/sqliteInt.h bc6d24460fe544323517630b1e20539146379077
@@ -1402,7 +1402,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P e43e1171fd7837a08069dc25df4eac14db1c2afe P 2518d5c971c4b32d9227b3bb7259162e3e27b00b
R 9a1d72f8baac116c36385e92e48c0378 R 3dc308897daa57a7c4272c874c792ced
U drh U mistachkin
Z 9d52ec874b9a01b7b0eb1dab69dbb993 Z 5a3c62c2da73a7a92ccd94cbe3857768

View File

@@ -1 +1 @@
2518d5c971c4b32d9227b3bb7259162e3e27b00b ed24d302657e8495bef7f5ed698c7cca12717be9

View File

@@ -1599,7 +1599,7 @@ struct sqlite3_mem_methods {
** </dd> ** </dd>
** **
** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt> ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
** <dd> ^The SQLITE_CONFIG_PAGECACHE option a memory pool ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
** that SQLite can use for the database page cache with the default page ** that SQLite can use for the database page cache with the default page
** cache implementation. ** cache implementation.
** This configuration option is a no-op if an application-define page ** This configuration option is a no-op if an application-define page