mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 07:32:26 +00:00
Fix typo in code comment (#8549)
This commit is contained in:
@@ -342,7 +342,7 @@ BinaryAnnotator::VTable *BinaryAnnotator::GetOrBuildVTable(
|
|||||||
|
|
||||||
const uint64_t offset_start = offset;
|
const uint64_t offset_start = offset;
|
||||||
|
|
||||||
// A mapping between field (and its id) to the relative offset (uin16_t) from
|
// A mapping between field (and its id) to the relative offset (uint16_t) from
|
||||||
// the start of the table.
|
// the start of the table.
|
||||||
std::map<uint16_t, VTable::Entry> fields;
|
std::map<uint16_t, VTable::Entry> fields;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user