diff --git a/routingtable/neighbor.go b/routingtable/neighbor.go
index 6c0f24b5c858a6d6357bb06e8c0e91abcb45bde7..8b320636806792a2091cdc3cb4556c1b55a842bc 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