runtime: fix structField.data comment

Этот коммит содержится в:
Damian Gryski 2023-05-15 15:59:28 -07:00 коммит произвёл Ron Evans
родитель f55bb8e030
коммит e3c96803c3

Просмотреть файл

@ -96,7 +96,7 @@ func interfaceTypeAssert(ok bool) {
type structField struct {
typecode unsafe.Pointer // type of this struct field
data *uint8 // pointer to byte array containing name, tag, and 'embedded' flag
data *uint8 // pointer to byte array containing name, tag, varint-encoded offset, and some flags
}
// Pseudo function call used during a type assert. It is used during interface