Merge pull request #29752 from allencloud/fix-nits-in-comments

fix nits in comments
This commit is contained in:
Doug Davis 2016-12-28 08:33:48 -05:00 committed by GitHub
commit c27216af3d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func runUnlock(dockerCli *command.DockerCli, opts unlockOptions) error {
client := dockerCli.Client() client := dockerCli.Client()
ctx := context.Background() ctx := context.Background()
// First see if the node is actually part of a swarm, and if it's is actually locked first. // First see if the node is actually part of a swarm, and if it is actually locked first.
// If it's in any other state than locked, don't ask for the key. // If it's in any other state than locked, don't ask for the key.
info, err := client.Info(ctx) info, err := client.Info(ctx)
if err != nil { if err != nil {