From: Jianpeng Ma Date: Mon, 27 Oct 2014 03:29:01 +0000 (+0800) Subject: ObjectStore: Fix a error comment. X-Git-Tag: v0.89~63 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3103c8a4db8456dc9fdad591cdab572084ccbc8c;p=ceph.git ObjectStore: Fix a error comment. Reviewed-by: Sage Weil Signed-off-by: Jianpeng Ma --- diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 6ea02edb407b..4eed0b09ee91 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -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 +