Commit 89e54323 authored by Mikio Hara's avatar Mikio Hara Committed by Matt Layher

icmp: fix typo

Change-Id: I59cefd183f7aea120dba98f71bffd7aaf24ff1c2
Reviewed-on: https://go-review.googlesource.com/115217
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: 's avatarMatt Layher <mdlayher@gmail.com>
parent dfa909b9
...@@ -6,7 +6,7 @@ package icmp ...@@ -6,7 +6,7 @@ package icmp
import "encoding/binary" import "encoding/binary"
// A MPLSLabel represents a MPLS label stack entry. // MPLSLabel represents an MPLS label stack entry.
type MPLSLabel struct { type MPLSLabel struct {
Label int // label value Label int // label value
TC int // traffic class; formerly experimental use TC int // traffic class; formerly experimental use
...@@ -19,7 +19,7 @@ const ( ...@@ -19,7 +19,7 @@ const (
typeIncomingMPLSLabelStack = 1 typeIncomingMPLSLabelStack = 1
) )
// A MPLSLabelStack represents a MPLS label stack. // MPLSLabelStack represents an MPLS label stack.
type MPLSLabelStack struct { type MPLSLabelStack struct {
Class int // extension object class number Class int // extension object class number
Type int // extension object sub-type Type int // extension object sub-type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment