From 847de59934bd1f9134b235ce70a5c2e1085a470e Mon Sep 17 00:00:00 2001 From: allencloud Date: Thu, 29 Dec 2016 00:29:15 +0800 Subject: [PATCH] fix nit in comments Signed-off-by: allencloud --- daemon/container_operations.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/container_operations.go b/daemon/container_operations.go index 507deaf775..a9095792c6 100644 --- a/daemon/container_operations.go +++ b/daemon/container_operations.go @@ -410,7 +410,7 @@ func (daemon *Daemon) findAndAttachNetwork(container *container.Container, idOrN return n, config, nil } -// updateContainerNetworkSettings update the network settings +// updateContainerNetworkSettings updates the network settings func (daemon *Daemon) updateContainerNetworkSettings(container *container.Container, endpointsConfig map[string]*networktypes.EndpointSettings) { var n libnetwork.Network @@ -1035,7 +1035,7 @@ func (daemon *Daemon) ActivateContainerServiceBinding(containerName string) erro return sb.EnableService() } -// DeactivateContainerServiceBinding remove this container fromload balancer active rotation, and DNS response +// DeactivateContainerServiceBinding removes this container from load balancer active rotation, and DNS response func (daemon *Daemon) DeactivateContainerServiceBinding(containerName string) error { container, err := daemon.GetContainer(containerName) if err != nil {