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

Fix typos in comments. No changes to code.

FossilOrigin-Name: 6827338ecbe43e28da88d919851ebffde9f6d398
This commit is contained in:
drh
2011-12-31 21:51:55 +00:00
parent 23a3de398e
commit b8a45bbdb8
7 changed files with 22 additions and 22 deletions

View File

@@ -1152,7 +1152,7 @@ case OP_ResultRow: {
/* Make sure the results of the current row are \000 terminated
** and have an assigned type. The results are de-ephemeralized as
** as side effect.
** a side effect.
*/
pMem = p->pResultSet = &aMem[pOp->p1];
for(i=0; i<pOp->p2; i++){