From: Sahid Orentino Ferdjaoui Date: Thu, 23 Mar 2017 16:53:48 +0000 (-0400) Subject: crush: nit: fix duplicate words 'of' X-Git-Tag: v12.0.2~127^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=177f3f9cd9cfe0bb94870c16b0dc70dd3a69c411;p=ceph.git crush: nit: fix duplicate words 'of' Signed-off-by: Sahid Orentino Ferdjaoui --- diff --git a/src/crush/builder.h b/src/crush/builder.h index 67381fdd652..e7555309805 100644 --- a/src/crush/builder.h +++ b/src/crush/builder.h @@ -234,7 +234,7 @@ extern int crush_bucket_add_item(struct crush_map *map, struct crush_bucket *buc * * If __bucket->alg__ is different from ::CRUSH_BUCKET_UNIFORM, * set the __weight__ of __item__ in __bucket__. The former weight of the - * item is subtracted from the weight of of the bucket and the new weight is added. + * item is subtracted from the weight of the bucket and the new weight is added. * The return value is the difference between the new item weight and the former * item weight. *