diff --git a/network/gateway/hostPool.go b/network/gateway/hostPool.go
index ad3da5b24194d0f071226fc3536fdc5901e083ca..a4d52a87256c358c536383d03afea9acba8ba77a 100644
--- a/network/gateway/hostPool.go
+++ b/network/gateway/hostPool.go
@@ -7,7 +7,7 @@
 
 // Handles functionality related to providing Gateway connect.Host objects
 // for message sending to the rest of the client repo
-
+// Used to minimize # of open connections on mobile clients
 package gateway
 
 import (