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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user