Song Gao 9 år sedan
förälder
incheckning
549a10cd40
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      ethernet/frame.go

+ 1 - 1
ethernet/frame.go

@@ -45,7 +45,7 @@ func (f Frame) Tagging() Tagging {
 	return NotTagged
 }
 
-// Tag returns a slice holding the tag part of the frame, if any. Note taht
+// Tag returns a slice holding the tag part of the frame, if any. Note that
 // this includes the Tag Protocol Identifier (TPID), e.g. 0x8100 or 0x88a8.
 // Upper layer should use the returned slice for both reading and writing.
 //