mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
route: fix typo
Change-Id: I41d449e071f1d40bdc69288e7290af168b6b0d3c Reviewed-on: https://go-review.googlesource.com/29693 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
@@ -325,7 +325,7 @@ func fetchAndParseRIB(af int, typ RIBType) ([]Message, error) {
|
||||
return ms, nil
|
||||
}
|
||||
|
||||
// propVirtual is a proprietary viertual network interface.
|
||||
// propVirtual is a proprietary virtual network interface.
|
||||
type propVirtual struct {
|
||||
name string
|
||||
addr, mask string
|
||||
|
||||
Reference in New Issue
Block a user