From a70ec5ba409f1d9f254fb76a50f6919c04877a03 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 9 Jun 2017 11:26:06 +0800 Subject: [PATCH] [trivial]fix function name in comment --- pkg/kubectl/cmd/logs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/logs.go b/pkg/kubectl/cmd/logs.go index 3f06f03e55..f507dfabec 100644 --- a/pkg/kubectl/cmd/logs.go +++ b/pkg/kubectl/cmd/logs.go @@ -87,7 +87,7 @@ type LogsOptions struct { Out io.Writer } -// NewCmdLog creates a new pod logs command +// NewCmdLogs creates a new pod logs command func NewCmdLogs(f cmdutil.Factory, out io.Writer) *cobra.Command { o := &LogsOptions{} cmd := &cobra.Command{