summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-05-04 00:46:07 (GMT)
committerJason Evans <jasone@canonware.com>2016-05-04 00:46:07 (GMT)
commit7ba6e742335117eca1268757add9adac808e4e38 (patch)
tree4f80e7ed497fde08835856718a4e1e7e9431546c /ChangeLog
parent90827a3f3ef2099dcd480d542aacc9f44a0787e8 (diff)
downloadjemalloc-7ba6e742335117eca1268757add9adac808e4e38.zip
jemalloc-7ba6e742335117eca1268757add9adac808e4e38.tar.gz
jemalloc-7ba6e742335117eca1268757add9adac808e4e38.tar.bz2
Fix a typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b924cd..3cb32be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)