mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
SEC: Fix a comment typo.
This commit is contained in:
parent
cde7097eca
commit
4b8870c7db
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue