diff options
Diffstat (limited to 'include/jemalloc/internal/tcache.h')
-rw-r--r-- | include/jemalloc/internal/tcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/tcache.h b/include/jemalloc/internal/tcache.h index 186adf2..f1182dc 100644 --- a/include/jemalloc/internal/tcache.h +++ b/include/jemalloc/internal/tcache.h @@ -24,7 +24,7 @@ typedef struct tcaches_s tcaches_t; /* * Absolute maximum number of cache slots for each small bin in the thread * cache. This is an additional constraint beyond that imposed as: twice the - * number of regions per run for this size class. + * number of regions per slab for this size class. * * This constant must be an even number. */ |