From 6068245f97451bf280de39729c7748c3763cdcda Mon Sep 17 00:00:00 2001
From: Maximilian Wilhelm <max@sdn.clinic>
Date: Thu, 5 Jul 2018 00:02:04 +0200
Subject: [PATCH] Update comments to be conform to golint (which seem's to not
 care).

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
---
 routingtable/neighbor.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/routingtable/neighbor.go b/routingtable/neighbor.go
index 6c0f24b5..8b320636 100644
--- a/routingtable/neighbor.go
+++ b/routingtable/neighbor.go
@@ -19,13 +19,13 @@ type Neighbor struct {
 	// Local ASN of session
 	LocalASN uint32
 
-	// Peer is a route server client
+	// RouteServerClient incicates if the peer is a route server client
 	RouteServerClient bool
 
-	// Peer is a route reflector client
+	// RouteReflectorClient indicates if the peer is a route reflector client
 	RouteReflectorClient bool
 
-	// Our route reflection clusterID
+	// ClusterID is our route reflectors clusterID
 	ClusterID uint32
 
 	// CapAddPathRX indicates if the peer supports receiving multiple BGP paths
-- 
GitLab