summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2013-10-03 21:38:39 (GMT)
committerJason Evans <je@fb.com>2013-10-03 21:38:39 (GMT)
commita33488d648ebe6e56b266210fc8d468fbf48a6a2 (patch)
treeb031fd62d2e566826304161feef7320e364f0370 /ChangeLog
parent80ddf498eb166cad45c8592973eb4f949f176688 (diff)
downloadjemalloc-a33488d648ebe6e56b266210fc8d468fbf48a6a2.zip
jemalloc-a33488d648ebe6e56b266210fc8d468fbf48a6a2.tar.gz
jemalloc-a33488d648ebe6e56b266210fc8d468fbf48a6a2.tar.bz2
Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab8848..d758be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,7 +60,7 @@ found in the git revision history:
Bug fixes:
- Fix "arenas.extend" mallctl to output the number of arenas.
- - Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory
+ - Fix chunk_recycle() to unconditionally inform Valgrind that returned memory
is undefined.
- Fix build break on FreeBSD related to alloca.h.