Browse Source

rectify type defination for swarmRouter

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 8 years ago
parent
commit
ac5d86a672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/server/router/swarm/cluster.go

+ 1 - 1
api/server/router/swarm/cluster.go

@@ -5,7 +5,7 @@ import (
 	"github.com/docker/docker/daemon"
 	"github.com/docker/docker/daemon"
 )
 )
 
 
-// buildRouter is a router to talk with the build controller
+// swarmRouter is a router to talk with the build controller
 type swarmRouter struct {
 type swarmRouter struct {
 	backend Backend
 	backend Backend
 	routes  []router.Route
 	routes  []router.Route