Skip to content

Commit e086a09

Browse files
alifarooq0odeke-em
authored andcommitted
route: fix spelling of 'represents' in RIBType doc
Change-Id: I5f4ca1a70c90cfa5d8c95ef4d5e8fbfe7f855b1d GitHub-Last-Rev: 5ada0f5 GitHub-Pull-Request: #69 Reviewed-on: https://go-review.googlesource.com/c/net/+/229224 Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent d3edc99 commit e086a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route/route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (m *RouteMessage) Marshal() ([]byte, error) {
8888
return m.marshal()
8989
}
9090

91-
// A RIBType reprensents a type of routing information base.
91+
// A RIBType represents a type of routing information base.
9292
type RIBType int
9393

9494
const (

0 commit comments

Comments
 (0)