From: TommyLike Date: Thu, 31 May 2018 03:37:09 +0000 (+0800) Subject: test/encoding: Fix typo in encoding/types.h file X-Git-Tag: v14.0.1~1219^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22332%2Fhead;p=ceph.git test/encoding: Fix typo in encoding/types.h file Fix typo in encoding/types.h fie Signed-off-by: TommyLike --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 72b4820468ee2..b07f36ad8d380 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -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.