8265335: Epsilon: Minor typo in EpsilonElasticTLABDecay description

Reviewed-by: tschatzl
This commit is contained in:
Aleksey Shipilev 2021-04-16 12:10:36 +00:00
parent 10ec38f80b
commit 17b6592d8f

View File

@ -64,7 +64,7 @@
"smaller TLABs until policy catches up.") \
\
product(bool, EpsilonElasticTLABDecay, true, EXPERIMENTAL, \
"Use timed decays to shrik TLAB sizes. This conserves memory " \
"Use timed decays to shrink TLAB sizes. This conserves memory " \
"for the threads that allocate in bursts of different sizes, " \
"for example the small/rare allocations coming after the initial "\
"large burst.") \