diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbe.c b/src/vdbe.c index 0fcc4a920..aa34ad091 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -3328,7 +3328,7 @@ case OP_SorterOpen: { } /* Opcode: OpenPseudo P1 P2 P3 * * -** Synopsis: content in r[P2@P3] +** Synopsis: P3 columns in r[P2] ** ** Open a new cursor that points to a fake table that contains a single ** row of data. The content of that one row is the content of memory |