]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: nit: fix duplicate words 'of'
authorSahid Orentino Ferdjaoui <sahid.ferdjaoui@redhat.com>
Thu, 23 Mar 2017 16:53:48 +0000 (12:53 -0400)
committerLoic Dachary <ldachary@redhat.com>
Tue, 28 Mar 2017 21:25:37 +0000 (23:25 +0200)
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@redhat.com>
src/crush/builder.h

index 67381fdd65289ee3471d4043f149531173dd6738..e7555309805d29d15016d5455f00f11c6e4aa69a 100644 (file)
@@ -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.
  *