Explorar el Código

Fix a minor typo in daemon/container.go

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Lei Jitang hace 10 años
padre
commit
40dc18e2fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      daemon/container.go

+ 1 - 1
daemon/container.go

@@ -1235,7 +1235,7 @@ func (container *Container) setupLinkedContainers() ([]string, error) {
 		container.activeLinks = make(map[string]*links.Link, len(children))
 		container.activeLinks = make(map[string]*links.Link, len(children))
 
 
 		// If we encounter an error make sure that we rollback any network
 		// If we encounter an error make sure that we rollback any network
-		// config and ip table changes
+		// config and iptables changes
 		rollback := func() {
 		rollback := func() {
 			for _, link := range container.activeLinks {
 			for _, link := range container.activeLinks {
 				link.Disable()
 				link.Disable()