Fix typo in comment.

FossilOrigin-Name: 9db8f2147339ba519c4ec32e34068e9f4a25e099
This commit is contained in:
mistachkin 2016-05-20 20:58:30 +00:00
parent a1851efc5d
commit 2380f3f1d0
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Slight\sperformance\simprovement\sin\sthe\sOP_Column\sopcode.
D 2016-05-20T19:51:28.931
C Fix\stypo\sin\scomment.
D 2016-05-20T20:58:30.520
F Makefile.in f59e0763ff448719fc1bd25513882b0567286317
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc 306d73e854b1a92ea06e5d1e637faa5c44de53c7
@ -368,7 +368,7 @@ F src/os_win.h eb7a47aa17b26b77eb97e4823f20a00b8bda12ca
F src/pager.c c368634b888b1c8740aea83b36bfd266f2443e60
F src/pager.h 8ab6b6feeee4bc0439bfde7ee59ba99df98b9bc3
F src/parse.y 10eb2f3fb62341291528c7984498054731f9d31e
F src/pcache.c 50fb5728dbfb92461f89f8763ff8b60d0dbeba2c
F src/pcache.c 5583c8ade4b05075a60ba953ef471d1c1a9c05df
F src/pcache.h 2cedcd8407eb23017d92790b112186886e179490
F src/pcache1.c 7f51d2b541aab57596adf62db2c4bb025d34f04d
F src/pragma.c 9fdce031ddcb57f0f56e4a8b421b7e7a77de73b0
@ -1490,7 +1490,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
P f250166bb3c1b0c58e703b334825cf6210758fda
R 67f498d524675be2828322b33e8cc61d
U drh
Z 6bf519f6e91709086e486df141738a73
P 5c157474391f90f24e8867c77fbc6564c7955ecc
R 24d15d6cfb006c0761a9dcc11f99e304
U mistachkin
Z 03dddc8d9c707d4b35ca07d5a2fcd8f4

View File

@ -1 +1 @@
5c157474391f90f24e8867c77fbc6564c7955ecc
9db8f2147339ba519c4ec32e34068e9f4a25e099

View File

@ -687,7 +687,7 @@ void sqlite3PcacheClear(PCache *pCache){
/*
** Merge two lists of pages connected by pDirty and in pgno order.
** Do not both fixing the pDirtyPrev pointers.
** Do not bother fixing the pDirtyPrev pointers.
*/
static PgHdr *pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB){
PgHdr result, *pTail;