diff --git a/route/bgp_path.go b/route/bgp_path.go
index 4a70081e3a6ed79c83c30c87517649ab88b4552b..509d39844ac25236eef26071052ee5410ec3921f 100644
--- a/route/bgp_path.go
+++ b/route/bgp_path.go
@@ -40,9 +40,7 @@ func (b *BGPPath) Compare(c *BGPPath) int8 {
 		return -1
 	}
 
-	/*
-	 * 9.1.2.2.  Breaking Ties (Phase 2)
-	 */
+	// 9.1.2.2.  Breaking Ties (Phase 2)
 
 	// a)
 	if c.ASPathLen > b.ASPathLen {