route: fix spelling of 'represents' in RIBType doc

Change-Id: I5f4ca1a70c90cfa5d8c95ef4d5e8fbfe7f855b1d
GitHub-Last-Rev: 5ada0f59cf
GitHub-Pull-Request: golang/net#69
Reviewed-on: https://go-review.googlesource.com/c/net/+/229224
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
Ali Farooq 2020-04-21 23:07:18 +00:00 коммит произвёл Emmanuel Odeke
Родитель d3edc9973b
Коммит e086a090c8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 (