From a12f5eec444b0ddafb2d5520a0a449b4b08e0d38 Mon Sep 17 00:00:00 2001 From: "D. Richard Hipp" Date: Thu, 24 May 2018 17:25:35 +0000 Subject: [PATCH] Fix a typo in a comment used to generate VDBE opcode documentation. No code changes. --- src/vdbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vdbe.c b/src/vdbe.c index 006fae3d69..81b203dc44 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -6742,7 +6742,7 @@ case OP_VFilter: { /* jump */ ** If the VColumn opcode is being used to fetch the value of ** an unchanging column during an UPDATE operation, then the P5 ** value is 1. Otherwise, P5 is 0. The P5 value is returned -** by sqlite3_vtab_nochange() routine can can be used +** by sqlite3_vtab_nochange() routine and can be used ** by virtual table implementations to return special "no-change" ** marks which can be more efficient, depending on the virtual table. */ -- 2.11.4.GIT