Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
/**
* insert an item into the map at a specific position
*
- * Add an item as a specific location of the hierarchy.
+ * Add an item at a specific location of the hierarchy.
* Specifically, we look for the most specific location constraint
* for which a bucket already exists, and then create intervening
* buckets beneath that in order to place the item.
* __h.alg__ == ::CRUSH_BUCKET_STRAW2.
*
* The weight of __h.items[i]__ is __item_weights[i]__ for i in
- * [0,__h.size__[.
+ * [0,__h.size__].
*/
struct crush_bucket_straw2 {
struct crush_bucket h; /*!< generic bucket information */