Skip to content

Commit

Permalink
[chore] replace control character with space
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 23, 2022
1 parent 83fbfe9 commit 6266b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptp/protocol/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const (
TLVAcknowledgeCancelUnicastTransmission TLVType = 0x0007
TLVPathTrace TLVType = 0x0008
TLVAlternateTimeOffsetIndicator TLVType = 0x0009
// Remaining 52tlvType TLVs not implemented
// Remaining 52 tlvType TLVs not implemented
)

// TLVTypeToString is a map from TLVType to string
Expand Down

0 comments on commit 6266b73

Please sign in to comment.