From dc7ff6306d7a15b53479e2fb8e5546404b82e6fc Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 12 May 2016 15:06:50 -0700 Subject: [PATCH] Fix a typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 926209e5..c9ce7c4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ brevity. Much more detail can be found in the git revision history: New features: - Add the arena..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..retained statistics. (@jasone) - Add the --with-version configure option. (@jasone) - Support --with-lg-page values larger than actual page size. (@jasone)