SQLite User Forum

typos in SQlite source comments
Login

typos in SQlite source comments

(1) By DennisC (denniscote) on 2025-02-26 23:41:06 [source]

The file util.c has the following line in the comment at line 1638 before sqlite3AbsInt32():

** Compute the absolute value of a 32-bit signed integer, of possible.  Or

I think "of possible" should be "if possible".

Similarly, the file func.c has the following in the comment at line 1820 before sumStep():

** value.  TOTAL never fails, but SUM might through an exception if

I suspect it should say "SUM might throw an exception".

(2) By Stephan Beal (stephan) on 2025-02-27 03:23:54 in reply to 1 [link] [source]

The file util.c ...

Those are now fixed in the trunk. Thank you for the report.