SEC: Fix a comment typo.

This commit is contained in:
David Goldblatt 2021-01-04 18:22:02 -08:00 committed by David Goldblatt
parent cde7097eca
commit 4b8870c7db

View File

@ -80,7 +80,7 @@ struct sec_s {
size_t alloc_max; size_t alloc_max;
/* /*
* Exceeding this amount of cached extents in a shard causes *all* of * 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; size_t bytes_max;