Skip to content

Commit

Permalink
Fix a minor comment typo. No code changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Richard Hipp committed Mar 1, 2019
1 parent d485e21 commit 4d2ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -5306,7 +5306,7 @@ static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){
**
** If regAcc is non-zero and there are no min() or max() aggregates
** in pAggInfo, then only populate the pAggInfo->nAccumulator accumulator
** registers i register regAcc contains 0. The caller will take care
** registers if register regAcc contains 0. The caller will take care
** of setting and clearing regAcc.
*/
static void updateAccumulator(Parse *pParse, int regAcc, AggInfo *pAggInfo){
Expand Down

0 comments on commit 4d2ace3

Please sign in to comment.