mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix copied comment mistakes.
PiperOrigin-RevId: 313862843
This commit is contained in:
committed by
gVisor bot
parent
3bcfb09263
commit
790811f757
@@ -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{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user