summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/mem5.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsqlite3/src/mem5.c')
-rw-r--r--lib/libsqlite3/src/mem5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/src/mem5.c b/lib/libsqlite3/src/mem5.c
index 67615bb9647..1479ddd0d09 100644
--- a/lib/libsqlite3/src/mem5.c
+++ b/lib/libsqlite3/src/mem5.c
@@ -28,7 +28,7 @@
** 1. All memory allocations sizes are rounded up to a power of 2.
**
** 2. If two adjacent free blocks are the halves of a larger block,
-** then the two blocks are coalesed into the single larger block.
+** then the two blocks are coalesced into the single larger block.
**
** 3. New memory is allocated from the first available free block.
**