]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding: Fix typo in encoding/types.h file 22332/head
authorTommyLike <tommylikehu@gmail.com>
Thu, 31 May 2018 03:37:09 +0000 (11:37 +0800)
committerTommyLike <tommylikehu@gmail.com>
Thu, 31 May 2018 06:13:42 +0000 (14:13 +0800)
Fix typo in encoding/types.h fie

Signed-off-by: TommyLike <tommylikehu@gmail.com>
src/test/encoding/types.h

index 72b4820468ee2082afb855e1ea84c542a6cc06b8..b07f36ad8d380ad89f47e944aa9fc34c8af22fbb 100644 (file)
@@ -125,7 +125,7 @@ TYPE(bluestore_compression_header_t)
 TYPE(bluestore_extent_ref_map_t)
 TYPE(bluestore_pextent_t)
 // TODO: bluestore_blob_t repurposes the "feature" param of encode() for its
-// struct_v. at a higher level, BlueStore::ExtendMap encodes the extends using
+// struct_v. at a higher level, BlueStore::ExtentMap encodes the extends using
 // a different interface than the normal ones. see
 // BlueStore::ExtentMap::encode_some(). maybe we can test it using another
 // approach.