From ad6800fec32668e34d41321dcc73eda135ef0f84 Mon Sep 17 00:00:00 2001 From: charsyam Date: Sat, 4 Jul 2015 01:06:06 +0900 Subject: [PATCH] Fix typos ChangeLog Fix typos ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 43a7d7be..49faa135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -674,7 +674,7 @@ brevity. Much more detail can be found in the git revision history: - Make it possible for the application to manually flush a thread's cache, via the "tcache.flush" mallctl. - Base maximum dirty page count on proportion of active memory. - - Compute various addtional run-time statistics, including per size class + - Compute various additional run-time statistics, including per size class statistics for large objects. - Expose malloc_stats_print(), which can be called repeatedly by the application.