This commit is contained in:
Song Gao
2016-04-04 13:24:56 -05:00
parent a8b0271b56
commit 549a10cd40

View File

@@ -45,7 +45,7 @@ func (f Frame) Tagging() Tagging {
return NotTagged 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. // this includes the Tag Protocol Identifier (TPID), e.g. 0x8100 or 0x88a8.
// Upper layer should use the returned slice for both reading and writing. // Upper layer should use the returned slice for both reading and writing.
// //