diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md index d64034e7345..6b247af62c8 100644 --- a/pkg/kernel/binary.md +++ b/pkg/kernel/binary.md @@ -87,7 +87,7 @@ type StringReference { } type ConstantReference { - UInt index; // Index into the Component's constants. + UInt offset; // Byte offset into the Component's constants. } type SourceInfo {