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

Fix a comment typo in memjournal.c

FossilOrigin-Name: 9b272ed46fc704cb818b71d18ae8ee73a752a881
This commit is contained in:
drh
2010-09-16 23:18:57 +00:00
parent 6c5cecb63a
commit 2fcc7bdb05
3 changed files with 11 additions and 12 deletions

View File

@@ -252,8 +252,7 @@ int sqlite3IsMemJournal(sqlite3_file *pJfd){
}
/*
** Return the number of bytes required to store a MemJournal that uses vfs
** pVfs to create the underlying on-disk files.
** Return the number of bytes required to store a MemJournal file descriptor.
*/
int sqlite3MemJournalSize(void){
return sizeof(MemJournal);