From f5e840bbf0213d86ae3d0a915df8abd03d75cdf6 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Wed, 27 Apr 2022 18:16:11 -0700 Subject: [PATCH] Minor typo fix in doc. --- 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 12dc5710..5c12f1d4 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1345,7 +1345,7 @@ malloc_conf = "xmalloc:true";]]> maximum, size classes up to 8 MiB can be cached. The default maximum is 32 KiB (2^15). As a convenience, this may also be set by specifying lg_tcache_max, which will be taken to be the base-2 logarithm of the - setting of tcache_max + setting of tcache_max.