1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Fix typo in comment. Ticket #2870. (CVS 4672)

FossilOrigin-Name: e97e4578671d85b634072b8931cf55516bbd4ca8
This commit is contained in:
danielk1977
2008-01-03 18:56:25 +00:00
parent 2133d82287
commit 890947e253
3 changed files with 9 additions and 9 deletions

View File

@@ -448,7 +448,7 @@ void sqlite3VdbeChangeP3(Vdbe *p, int addr, int val){
}
/*
** Change the value of the P3 operand for a specific instruction.
** Change the value of the P5 operand for a specific instruction.
*/
void sqlite3VdbeChangeP5(Vdbe *p, int addr, u8 val){
assert( p==0 || p->magic==VDBE_MAGIC_INIT );