Skip to content

Commit fd70eda

Browse files
authored
fix typos in ob_macro_block.h (oceanbase#320)
1 parent cdfabcc commit fd70eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/blocksstable/ob_macro_block.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class ObMacroBlock {
235235
ObIRowReader* row_reader_;
236236
ObFlatRowReader flat_row_reader_;
237237
ObSparseRowReader sparse_row_reader_;
238-
ObSelfBufferWriter data_; // micro header + data blocks;
238+
ObSelfBufferWriter data_; // macro header + data blocks;
239239
ObMicroBlockIndexWriter index_;
240240
ObSSTableMacroBlockHeader* header_; // macro header store in head of data_;
241241
uint16_t* column_ids_;

0 commit comments

Comments
 (0)