diff options
author | Jason Evans <jasone@canonware.com> | 2016-05-04 00:46:07 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-05-04 00:46:07 (GMT) |
commit | 7ba6e742335117eca1268757add9adac808e4e38 (patch) | |
tree | 4f80e7ed497fde08835856718a4e1e7e9431546c /ChangeLog | |
parent | 90827a3f3ef2099dcd480d542aacc9f44a0787e8 (diff) | |
download | jemalloc-7ba6e742335117eca1268757add9adac808e4e38.zip jemalloc-7ba6e742335117eca1268757add9adac808e4e38.tar.gz jemalloc-7ba6e742335117eca1268757add9adac808e4e38.tar.bz2 |
Fix a typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ brevity. Much more detail can be found in the git revision history: enabled and active. (@jasone) - Fix various chunk leaks in OOM code paths. (@jasone) - Fix malloc_stats_print() to print opt.narenas correctly. (@jasone) - - Fix MSVC-specific build/test issues. (@rustyx, yuslepukhin) + - Fix MSVC-specific build/test issues. (@rustyx, @yuslepukhin) - Fix a variety of test failures that were due to test fragility rather than core bugs. (@jasone) |