From 4c090c0a1e7f255dad82156757b8c0e5f309e7cb Mon Sep 17 00:00:00 2001 From: Shijun Qin <272700767@qq.com> Date: Mon, 23 Oct 2017 22:31:47 +0800 Subject: [PATCH] Fix a grammatical problem in a comment --- cmd/kubeadm/app/cmd/phases/certs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/phases/certs.go b/cmd/kubeadm/app/cmd/phases/certs.go index 04ed9c80a76..e786b6ba93f 100644 --- a/cmd/kubeadm/app/cmd/phases/certs.go +++ b/cmd/kubeadm/app/cmd/phases/certs.go @@ -29,7 +29,7 @@ import ( "k8s.io/kubernetes/pkg/api/legacyscheme" ) -// NewCmdCerts return main command for certs phase +// NewCmdCerts returns main command for certs phase func NewCmdCerts() *cobra.Command { cmd := &cobra.Command{ Use: "certs",