]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo in comment 13578/head
authorliuchang0812 <liuchang0812@gmail.com>
Wed, 22 Feb 2017 07:20:59 +0000 (15:20 +0800)
committerliuchang0812 <liuchang0812@gmail.com>
Wed, 22 Feb 2017 07:20:59 +0000 (15:20 +0800)
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
src/rgw/rgw_rados.h

index 218354cb75c4ce3444bc0a28f3d8c4d76758fd60..c293c1ed4279def42a566cdcdf2f109d55e245a0 100644 (file)
@@ -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.
  */