summaryrefslogtreecommitdiffhomepage
path: root/pkg/marshal
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-17 00:16:04 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-17 00:16:04 +0000
commit422a0ed80273a8c08ae28c7b5e754c436fb0d574 (patch)
tree80e08c1124b9011e48ed75dfdd00f72de2f6fdae /pkg/marshal
parent5885666c146218d4c845cb6030f657c3e0f75ecd (diff)
parentae59e529791e4763aaa25eee818605f17699fc67 (diff)
Merge release-20200907.0-120-gae59e5297 (automated)
Diffstat (limited to 'pkg/marshal')
-rw-r--r--pkg/marshal/marshal_impl_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/marshal/marshal_impl_util.go b/pkg/marshal/marshal_impl_util.go
index 69f33321e..ea75e09f2 100644
--- a/pkg/marshal/marshal_impl_util.go
+++ b/pkg/marshal/marshal_impl_util.go
@@ -44,7 +44,7 @@ func (StubMarshallable) MarshalBytes(dst []byte) {
// UnmarshalBytes implements Marshallable.UnmarshalBytes.
func (StubMarshallable) UnmarshalBytes(src []byte) {
- panic("Please implement your own UnMarshalBytes function")
+ panic("Please implement your own UnmarshalBytes function")
}
// Packed implements Marshallable.Packed.