]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ObjectStore: Fix a error comment.
authorJianpeng Ma <jianpeng.ma@intel.com>
Mon, 27 Oct 2014 03:29:01 +0000 (11:29 +0800)
committerSage Weil <sage@redhat.com>
Wed, 5 Nov 2014 13:14:38 +0000 (05:14 -0800)
Reviewed-by: Sage Weil <sage@redhat.com>
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/os/ObjectStore.h

index 6ea02edb407b151bac3ee2e9cdb3b7f6ead42375..4eed0b09ee919773471c5f3a9039f9f32396688e 100644 (file)
@@ -505,7 +505,7 @@ public:
     uint32_t get_data_length() {
       return largest_data_len;
     }
-    /// offset within the encoded buffer to the start of the first data buffer that's encoded
+    /// offset within the encoded buffer to the start of the largest data buffer that's encoded
     uint32_t get_data_offset() {
       if (largest_data_off_in_tbl) {
        return largest_data_off_in_tbl +