From: liuchang0812 Date: Wed, 22 Feb 2017 07:20:59 +0000 (+0800) Subject: rgw: fix typo in comment X-Git-Tag: v12.0.1~305^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0061f4b0b8a8e7f662b03dd614b053950f57574;p=ceph.git rgw: fix typo in comment Signed-off-by: liuchang0812 --- diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index 218354cb75c4..c293c1ed4279 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -1105,7 +1105,7 @@ struct RGWZone { /** * Represents the number of shards for the bucket index object, a value of zero * indicates there is no sharding. By default (no sharding, the name of the object - * is '.dir.{marker}', with sharding, the name is '.dir.{markder}.{sharding_id}', + * is '.dir.{marker}', with sharding, the name is '.dir.{marker}.{sharding_id}', * sharding_id is zero-based value. It is not recommended to set a too large value * (e.g. thousand) as it increases the cost for bucket listing. */