Merge pull request #47217 from CaoShuFeng/trival_fix

Automatic merge from submit-queue

[trivial]fix function name in comment

**Release note**:

```
NONE
```
pull/6/head
Kubernetes Submit Queue 2017-07-05 03:21:30 -07:00 committed by GitHub
commit bce32b66cd
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,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{