aboutsummaryrefslogtreecommitdiff
path: root/src/func.c
diff options
context:
space:
mode:
authordrh <>2025-02-27 15:55:01 +0000
committerdrh <>2025-02-27 15:55:01 +0000
commit157d9276a0f0fa64ea9fc5e947d71294d035b708 (patch)
tree45ab2045408111ef10fe804b4e9f5b2452575638 /src/func.c
parent94c42564f370b597b0665e8b89a738cf58a6aa4f (diff)
parent29820d39d8a78501687b0930295d298f95442d69 (diff)
downloadsqlite-157d9276a0f0fa64ea9fc5e947d71294d035b708.tar.gz
sqlite-157d9276a0f0fa64ea9fc5e947d71294d035b708.zip
Merge back a sequence of three changes that were branched due to a build break.
FossilOrigin-Name: 67809715977a5bad0ec7830e27746aba2080852eb725d471c0fd62d4f464a884
Diffstat (limited to 'src/func.c')
-rw-r--r--src/func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func.c b/src/func.c
index d8c812759..9e2839336 100644
--- a/src/func.c
+++ b/src/func.c
@@ -1919,7 +1919,7 @@ static void kahanBabuskaNeumaierInit(
** that it returns NULL if it sums over no inputs. TOTAL returns
** 0.0 in that case. In addition, TOTAL always returns a float where
** SUM might return an integer if it never encounters a floating point
-** value. TOTAL never fails, but SUM might through an exception if
+** value. TOTAL never fails, but SUM might throw an exception if
** it overflows an integer.
*/
static void sumStep(sqlite3_context *context, int argc, sqlite3_value **argv){