Update a comment.

This commit is contained in:
Jason Evans 2016-11-17 11:50:52 -08:00
parent a64123ce13
commit fda60be799

View File

@ -165,7 +165,7 @@ struct arena_s {
* perspective: * perspective:
* 1) Thread assignment (modifies nthreads) is synchronized via atomics. * 1) Thread assignment (modifies nthreads) is synchronized via atomics.
* 2) Bin-related operations are protected by bin locks. * 2) Bin-related operations are protected by bin locks.
* 3) Chunk-related operations are protected by this mutex. * 3) Extent-related operations are protected by this mutex.
*/ */
malloc_mutex_t lock; malloc_mutex_t lock;