aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2023-10-30 18:48:03 +0000
committerdrh <>2023-10-30 18:48:03 +0000
commit383295eb17072c4a88b73d4ff7963c1eb4ea2dcd (patch)
tree0c47fd1dcf7a5bc667985847cac0e8844818d7a3 /src
parent2d0dd57dd5f043880b7faff81d58f575886fc4d9 (diff)
downloadsqlite-383295eb17072c4a88b73d4ff7963c1eb4ea2dcd.tar.gz
sqlite-383295eb17072c4a88b73d4ff7963c1eb4ea2dcd.zip
Fix another comment typo. No code changes.
FossilOrigin-Name: 3203256c0285ef2fea810d59978603bfd7e38151cbc42e1baddf84b57c56f638
Diffstat (limited to 'src')
-rw-r--r--src/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index d7106f6ee..7a79385e0 100644
--- a/src/select.c
+++ b/src/select.c
@@ -6746,7 +6746,7 @@ static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){
** For an ORDER BY aggregate, the actual accumulator memory cell update
** is deferred until after all input rows have been received, so that they
** can be run in the requested order. In that case, instead of invoking
-** OP_AggStep to update accumulator, just add the arguments that would
+** OP_AggStep to update the accumulator, just add the arguments that would
** have been passed into OP_AggStep into the sorting ephemeral table
** (along with the appropriate sort key).
*/