From 4b8870c7dbfaeea7136a8e0b9f93a2ad85d31a55 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Mon, 4 Jan 2021 18:22:02 -0800 Subject: [PATCH] SEC: Fix a comment typo. --- include/jemalloc/internal/sec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jemalloc/internal/sec.h b/include/jemalloc/internal/sec.h index 7c1465ed..6bf5687d 100644 --- a/include/jemalloc/internal/sec.h +++ b/include/jemalloc/internal/sec.h @@ -80,7 +80,7 @@ struct sec_s { size_t alloc_max; /* * Exceeding this amount of cached extents in a shard causes *all* of - * the shards in that bin to be flushed. + * the bins in that shard to be flushed. */ size_t bytes_max;