diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go
index ef83e5a4eb6caec349d130edea7054adda350da5..42d88f6db61fed3edfa858a128e9fb932a0e7d92 100644
--- a/ethstats/ethstats.go
+++ b/ethstats/ethstats.go
@@ -353,7 +353,7 @@ func (s *Service) loop(chainHeadCh chan core.ChainHeadEvent, txEventCh chan core
 // it, if they themselves are requests it initiates a reply, and lastly it drops
 // unknown packets.
 func (s *Service) readLoop(conn *connWrapper) {
-	// If the read loop exists, close the connection
+	// If the read loop exits, close the connection
 	defer conn.Close()
 
 	for {