1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Minor comment change in the description of the different memory allocator

options.  No changes to code.

FossilOrigin-Name: 36be31ff0af7f811fe2c6f7e26f058cffb7257e1
This commit is contained in:
drh
2011-09-19 20:56:59 +00:00
parent 1335f8c21f
commit 9d56acdcfc
3 changed files with 8 additions and 8 deletions

View File

@@ -156,7 +156,7 @@
** assertion will be triggered.
**
** (Historical note: There used to be several other options, but we've
** pared it down to just these two.)
** pared it down to just these three.)
**
** If none of the above are defined, then set SQLITE_SYSTEM_MALLOC as
** the default.