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

Fix a typo in a comment in vdbe.c. No changes to code.

FossilOrigin-Name: 9fbe858b625a346690d5cefca3a6fa2a557bea11
This commit is contained in:
drh
2012-08-29 10:28:43 +00:00
parent 67c70142d9
commit b5b407e5ab
3 changed files with 9 additions and 9 deletions

View File

@@ -656,7 +656,7 @@ int sqlite3VdbeExec(
}
#endif
/* On any opcode with the "out2-prerelase" tag, free any
/* On any opcode with the "out2-prerelease" tag, free any
** external allocations out of mem[p2] and set mem[p2] to be
** an undefined integer. Opcodes will either fill in the integer
** value or convert mem[p2] to a different type.