Commit ac5a8014 authored by Ge Jun's avatar Ge Jun

fix grammar in comments

parent 5e8b892a
......@@ -195,8 +195,8 @@ struct IOBuf::Block {
uint32_t cap;
Block* portal_next;
// When flag is 0, data points to `size` bytes starting at `(char*)this+sizeof(Block)'
// When flag & IOBUF_BLOCK_FLAGS_USER_DATA is not 0, data points the user data and
// there's a UserDataExtension object put at `(char*)this+sizeof(Block)'
// When flag & IOBUF_BLOCK_FLAGS_USER_DATA is non-0, data points to the user data and
// the deleter is put in UserDataExtension at `(char*)this+sizeof(Block)'
char* data;
Block(char* data_in, uint32_t data_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment