aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authordan <dan@noemail.net>2016-09-06 12:04:50 +0000
committerdan <dan@noemail.net>2016-09-06 12:04:50 +0000
commitfad0e70c637cd210cd1696693e5c64ed64ce2cd3 (patch)
treeadd5aa4a21d40fadd04d3fd0d0c74004247aedd3 /src/expr.c
parent9f24b53dcccf022ee9290f7c38872e288b1eaaa3 (diff)
downloadsqlite-fad0e70c637cd210cd1696693e5c64ed64ce2cd3.tar.gz
sqlite-fad0e70c637cd210cd1696693e5c64ed64ce2cd3.zip
Fix a typo in a comment in expr.c.
FossilOrigin-Name: 288e934f356ff6276b3e7581ac0f998ca6e93610
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index a21ca05d5..f0bfdb0a7 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -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.