]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kstore: fix wrong tips in comment
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 13 Jan 2016 07:16:37 +0000 (15:16 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 13 Jan 2016 07:16:37 +0000 (15:16 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/kstore/KStore.cc

index 9490751f72d9d9311595738384d23833fdd57bdd..54f7aca477ad68acc3b695ee476724f7d10e2af5 100644 (file)
@@ -69,11 +69,11 @@ const string PREFIX_OMAP = "M"; // u64 + keyname -> value
  * string encoding in the key
  *
  * The key string needs to lexicographically sort the same way that
- * ghobject_t does.  We do this by escaping anything <= to '%' with %
+ * ghobject_t does.  We do this by escaping anything <= to '#' with #
  * plus a 2 digit hex string, and anything >= '~' with ~ plus the two
  * hex digits.
  *
- * We use ! as a terminator for strings; this works because it is < %
+ * We use ! as a terminator for strings; this works because it is < #
  * and will get escaped if it is present in the string.
  *
  */