From 7ba6e742335117eca1268757add9adac808e4e38 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 3 May 2016 17:46:07 -0700 Subject: [PATCH] Fix a typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b924cdf..3cb32be9 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)