aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/pktline/decoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/protocol/pktline/decoder.go')
-rw-r--r--network/protocol/pktline/decoder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/protocol/pktline/decoder.go b/network/protocol/pktline/decoder.go
index 7492994e..15cab63d 100644
--- a/network/protocol/pktline/decoder.go
+++ b/network/protocol/pktline/decoder.go
@@ -29,7 +29,7 @@ type Decoder struct {
// NewDecoder creates a decoder over r.
//
-// Labels: Deps-Borrowed.
+// Labels: Deps-Borrowed, Life-Parent.
func NewDecoder(r io.Reader, opts ReadOptions) *Decoder {
return &Decoder{
r: r,