diff --git a/remoting/zookeeper/listener.go b/remoting/zookeeper/listener.go
index 4177ab07da7ebc7df1f8e93604122998fba882a6..d9efd4fed1db7bac69ac5368b08cb0bd28aa7dea 100644
--- a/remoting/zookeeper/listener.go
+++ b/remoting/zookeeper/listener.go
@@ -209,7 +209,7 @@ func (l *ZkEventListener) listenDirEvent(zkPath string, listener remoting.DataLi
 			// listen l service node
 			dubboPath := path.Join(zkPath, c)
 
-			//Add to save into the path map to avoid duplicate listen
+			//Save the path to avoid listen repeatly
 			l.pathMapLock.Lock()
 			_, ok := l.pathMap[dubboPath]
 			l.pathMapLock.Unlock()