Skip to content

Commit aef22fe

Browse files
author
Fouad Hallal
committed
fix golint error
1 parent ba5aa9f commit aef22fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovs/match.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ func (m *neighborDiscoveryLinkLayerMatch) GoString() string {
434434
return fmt.Sprintf("ovs.NeighborDiscoveryTargetLinkLayer(%s)", syntax)
435435
}
436436

437-
// ARPOperation matches packets with the specified ARP operation matching oper.
437+
// ARPOperation matches packets with the specified ARP operation matching oper.
438438
func ARPOperation(oper uint16) Match {
439439
return &arpOperationMatch{
440440
oper: oper,

0 commit comments

Comments
 (0)