From 140a78a3feb38a68ea0623200af1a2afe6692131 Mon Sep 17 00:00:00 2001
From: takt <oliver.herms@exaring.de>
Date: Sat, 12 May 2018 16:40:03 +0200
Subject: [PATCH] Update neighbor.go

---
 routingtable/neighbor.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/routingtable/neighbor.go b/routingtable/neighbor.go
index 79d49693..c7702ea4 100644
--- a/routingtable/neighbor.go
+++ b/routingtable/neighbor.go
@@ -5,6 +5,6 @@ type Neighbor struct {
 	// Addres is the IPv4 address of the neighbor as integer representation
 	Address uint32
 
-	// Type is the type / protocol used to for routing inforation communitation
+	// Type is the type / protocol used for routing inforation communitation
 	Type uint8
 }
-- 
GitLab