]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/config_opts: comment nit
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 13 Oct 2016 06:40:37 +0000 (14:40 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 13 Oct 2016 07:04:53 +0000 (15:04 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/config_opts.h

index 8e3c78fb9f0c802f654981093fdfdfffcbbfb01c..ec30f7e26f5f352bbc05fda438ce649560f340ea 100644 (file)
@@ -1530,7 +1530,7 @@ OPTION(rgw_torrent_createby, OPT_STR, "")    // torrent field created by
 OPTION(rgw_torrent_comment, OPT_STR, "")    // torrent field comment
 OPTION(rgw_torrent_encoding, OPT_STR, "")    // torrent field encoding
 OPTION(rgw_torrent_origin, OPT_STR, "")    // torrent origin
-OPTION(rgw_torrent_sha_unit, OPT_INT, 512*1024)    //torrent field piece length 521K
+OPTION(rgw_torrent_sha_unit, OPT_INT, 512*1024)    // torrent field piece length 512K
 
 // This will be set to true when it is safe to start threads.
 // Once it is true, it will never change.