From 109712b681cd146cb88b17d743fe53314c962144 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Fri, 19 Feb 2016 12:08:14 -0800 Subject: [PATCH] Fix a documentation editing error. --- doc/jemalloc.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 26a5e142..519ba3fa 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1467,7 +1467,7 @@ malloc_conf = "xmalloc:true";]]> Flush the specified thread-specific cache (tcache). The same considerations apply to this interface as to thread.tcache.flush, - except that the tcache will never be automatically be discarded. + except that the tcache will never be automatically discarded.