Fix typo in code comment (#8549)

This commit is contained in:
Felix
2025-07-07 21:03:14 +02:00
committed by GitHub
parent 00c30807ff
commit 64e5252b4e

View File

@@ -342,7 +342,7 @@ BinaryAnnotator::VTable *BinaryAnnotator::GetOrBuildVTable(
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.
std::map<uint16_t, VTable::Entry> fields;