diff options
author | drh <drh@noemail.net> | 2019-08-26 13:45:49 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2019-08-26 13:45:49 +0000 |
commit | d86fe44ab5a442a065935cb8b11a138b238dcf4b (patch) | |
tree | aad42ac1df6e96b9c78a6e90c3693d30fb2d7057 /src/expr.c | |
parent | e2754c1fba842a72fd783363e28193026dbf3bbf (diff) | |
download | sqlite-d86fe44ab5a442a065935cb8b11a138b238dcf4b.tar.gz sqlite-d86fe44ab5a442a065935cb8b11a138b238dcf4b.zip |
Fix typo in a comment. No code changes.
FossilOrigin-Name: d0cc06d8a30444125e5655f6587a6355471c3447c08a2e5f7a046a4ed5cc5f09
Diffstat (limited to 'src/expr.c')
-rw-r--r-- | src/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index 496abd32c..6cb2e0c34 100644 --- a/src/expr.c +++ b/src/expr.c @@ -2859,7 +2859,7 @@ void sqlite3CodeRhsOfIN( ** ** The pExpr parameter is the SELECT or EXISTS operator to be coded. ** -** The register that holds the result. For a multi-column SELECT, +** Return the register that holds the result. For a multi-column SELECT, ** the result is stored in a contiguous array of registers and the ** return value is the register of the left-most result column. ** Return 0 if an error occurs. |