1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix a typo in a comment. (CVS 6106)

FossilOrigin-Name: 50f57cd1456f18919a8c90efa05da446ae12788d
This commit is contained in:
drh
2009-01-03 12:55:17 +00:00
parent e7e6f12aaa
commit a8a71bac3f
4 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
** file simultaneously, or one process from reading the database while
** another is writing.
**
** @(#) $Id: pager.c,v 1.528 2009/01/02 21:39:39 drh Exp $
** @(#) $Id: pager.c,v 1.529 2009/01/03 12:55:18 drh Exp $
*/
#ifndef SQLITE_OMIT_DISKIO
#include "sqliteInt.h"
@@ -3645,7 +3645,7 @@ void sqlite3PagerDontRollback(DbPage *pPg){
/* Failure to set the bits in the InJournal bit-vectors is benign.
** It merely means that we might do some extra work to journal a page
** that does not need to be journal. Nevertheless, be sure to test the
** that does not need to be journaled. Nevertheless, be sure to test the
** case where a malloc error occurs while trying to set a bit in a
** bit vector.
*/