diff --git a/src/binary_annotator.cpp b/src/binary_annotator.cpp index 16fd82a18..6612b1073 100644 --- a/src/binary_annotator.cpp +++ b/src/binary_annotator.cpp @@ -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 fields;