diff --git a/routingtable/neighbor.go b/routingtable/neighbor.go
index 79d4969334906cca84b925282f07b49638ac3c10..c7702ea49cb8f52fd43fd61d3bbf9f50c05782d7 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
 }