summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h
index 9990e45..8811f2e 100644
--- a/include/jemalloc/internal/arena.h
+++ b/include/jemalloc/internal/arena.h
@@ -332,7 +332,7 @@ struct arena_s {
/*
* Size/address-ordered tree of this arena's available runs. The tree
- * is used for first-fit run allocation.
+ * is used for first-best-fit run allocation.
*/
arena_avail_tree_t runs_avail;