1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix a typo in a comment in expr.c.

FossilOrigin-Name: 288e934f356ff6276b3e7581ac0f998ca6e93610
This commit is contained in:
dan
2016-09-06 12:04:50 +00:00
parent 9f24b53dcc
commit fad0e70c63
3 changed files with 9 additions and 9 deletions

View File

@@ -395,7 +395,7 @@ Expr *sqlite3VectorFieldSubexpr(Expr *pVector, int i){
** ensuring that the returned value eventually gets freed.
**
** The caller retains ownership of pVector. If pVector is a TK_SELECT,
** then the returne object will reference pVector and so pVector must remain
** then the returned object will reference pVector and so pVector must remain
** valid for the life of the returned object. If pVector is a TK_VECTOR
** or a scalar expression, then it can be deleted as soon as this routine
** returns.