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

Fix another comment typo. No code changes.

FossilOrigin-Name: 3203256c0285ef2fea810d59978603bfd7e38151cbc42e1baddf84b57c56f638
This commit is contained in:
drh
2023-10-30 18:48:03 +00:00
parent 2d0dd57dd5
commit 383295eb17
3 changed files with 9 additions and 10 deletions

View File

@@ -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).
*/