From f8cf8f4f5210be4bb12ce408737f6f2987d007e1 Mon Sep 17 00:00:00 2001 From: TommyLike Date: Thu, 31 May 2018 11:37:09 +0800 Subject: [PATCH] test/encoding: Fix typo in encoding/types.h file Fix typo in encoding/types.h fie Signed-off-by: TommyLike --- src/test/encoding/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3