summaryrefslogtreecommitdiff
path: root/libgo/go/golang.org/x/net/route/route.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/golang.org/x/net/route/route.go')
-rw-r--r--libgo/go/golang.org/x/net/route/route.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/golang.org/x/net/route/route.go b/libgo/go/golang.org/x/net/route/route.go
index bba7ed7ef4e..4462cf1b6f6 100644
--- a/libgo/go/golang.org/x/net/route/route.go
+++ b/libgo/go/golang.org/x/net/route/route.go
@@ -88,7 +88,7 @@ func (m *RouteMessage) Marshal() ([]byte, error) {
return m.marshal()
}
-// A RIBType reprensents a type of routing information base.
+// A RIBType represents a type of routing information base.
type RIBType int
const (