Fix copied comment mistakes.

PiperOrigin-RevId: 313862843
This commit is contained in:
Kevin Krakauer
2020-05-29 15:39:17 -07:00
committed by gVisor bot
parent 3bcfb09263
commit 790811f757
+2 -2
View File
@@ -670,7 +670,7 @@ func (FilterInputInvertDestination) LocalAction(ip net.IP) error {
return sendUDPLoop(ip, acceptPort, sendloopDuration)
}
// FilterInputSource verifies that we can filter packets via `-d
// FilterInputSource verifies that we can filter packets via `-s
// <ipaddr>`.
type FilterInputSource struct{}
@@ -699,7 +699,7 @@ func (FilterInputSource) LocalAction(ip net.IP) error {
return sendUDPLoop(ip, acceptPort, sendloopDuration)
}
// FilterInputInvertSource verifies that we can filter packets via `! -d
// FilterInputInvertSource verifies that we can filter packets via `! -s
// <ipaddr>`.
type FilterInputInvertSource struct{}