Commit f09c4662 authored by Mikio Hara's avatar Mikio Hara

route: fix typo

Change-Id: I41d449e071f1d40bdc69288e7290af168b6b0d3c
Reviewed-on: https://go-review.googlesource.com/29693Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 99a55505
...@@ -325,7 +325,7 @@ func fetchAndParseRIB(af int, typ RIBType) ([]Message, error) { ...@@ -325,7 +325,7 @@ func fetchAndParseRIB(af int, typ RIBType) ([]Message, error) {
return ms, nil return ms, nil
} }
// propVirtual is a proprietary viertual network interface. // propVirtual is a proprietary virtual network interface.
type propVirtual struct { type propVirtual struct {
name string name string
addr, mask string addr, mask string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment