diff --git a/controller/eventService/Service.go b/controller/eventService/Service.go
index b21df9c7507f8bfd5c2dc01b66310e371aecc592..8f2201b3d3c53634ec81682fff0fd4b77ab027e7 100644
--- a/controller/eventService/Service.go
+++ b/controller/eventService/Service.go
@@ -23,7 +23,7 @@ type EventService struct {
 }
 
 const (
-	// Max number of tries to republish a failed message
+	// Max number of tries to republish a failed message.
 	rePublishAttempts = 10
 )