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

Fix a harmless comment typo.

FossilOrigin-Name: 012a0c4e8485b1c2206ecff1946bf036bae04f3c
This commit is contained in:
drh
2015-04-30 20:33:25 +00:00
parent d154a43ed9
commit f2db338926
3 changed files with 9 additions and 9 deletions

View File

@@ -2478,7 +2478,7 @@ case OP_Column: {
}
}
/* If after trying to extra new entries from the header, nHdrParsed is
/* If after trying to extract new entries from the header, nHdrParsed is
** still not up to p2, that means that the record has fewer than p2
** columns. So the result will be either the default value or a NULL.
*/