Skip to content

Commit

Permalink
Merge pull request moby#29981 from allencloud/fix-nits-in-comments
Browse files Browse the repository at this point in the history
fix nit in comments
  • Loading branch information
duglin authored Jan 8, 2017
2 parents 7c62f58 + 847de59 commit b532e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/container_operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit b532e15

Please sign in to comment.