diff options
author | Jason Evans <je@fb.com> | 2013-10-03 21:38:39 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-10-03 21:38:39 (GMT) |
commit | a33488d648ebe6e56b266210fc8d468fbf48a6a2 (patch) | |
tree | b031fd62d2e566826304161feef7320e364f0370 /ChangeLog | |
parent | 80ddf498eb166cad45c8592973eb4f949f176688 (diff) | |
download | jemalloc-a33488d648ebe6e56b266210fc8d468fbf48a6a2.zip jemalloc-a33488d648ebe6e56b266210fc8d468fbf48a6a2.tar.gz jemalloc-a33488d648ebe6e56b266210fc8d468fbf48a6a2.tar.bz2 |
Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |