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

Fix typos in comments. No changes to code.

FossilOrigin-Name: 28c5f12e98655d5c6167b13e8a15085eca43dd5b
This commit is contained in:
drh
2011-04-03 02:41:00 +00:00
parent 6412358526
commit 4fa7d7c0df
5 changed files with 12 additions and 12 deletions

View File

@@ -7990,7 +7990,7 @@ int sqlite3BtreeIsInBackup(Btree *p){
**
** Just before the shared-btree is closed, the function passed as the
** xFree argument when the memory allocation was made is invoked on the
** blob of allocated memory. This function should not call sqlite3_free()
** blob of allocated memory. The xFree function should not call sqlite3_free()
** on the memory, the btree layer does that.
*/
void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){