summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-05-12 15:06:50 -0700
committerJason Evans <jasone@canonware.com>2016-10-04 15:56:26 -0700
commitc19b48fe73b18eb39182e15cb31f4695a7e10b7f (patch)
tree3aed02e37791213d46086dc06526eba6217c63ec
parentaf33e9a59735a2ee72132d3dd6e23fae6d296e34 (diff)
downloadjemalloc-c19b48fe73b18eb39182e15cb31f4695a7e10b7f.tar.gz
Fix a typo.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed62e0e7..532255d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@ brevity. Much more detail can be found in the git revision history:
New features:
- Add the arena.<i>.reset mallctl, which makes it possible to discard all of
- an arena's allocations in a single operation. (@jasone@)
+ an arena's allocations in a single operation. (@jasone)
- Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)
- Add the --with-version configure option. (@jasone)
- Support --with-lg-page values larger than actual page size. (@jasone)