Merge pull request #47955 from CaoShuFeng/trivial

Automatic merge from submit-queue

[trivial]fix function name in comment

**Release note**:

```
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-07-13 18:50:19 -07:00 committed by GitHub
commit 9548fbd514

View File

@ -48,7 +48,7 @@ type NodeAuthorizer struct {
nodeRules []rbacapi.PolicyRule
}
// New returns a new node authorizer
// NewAuthorizer returns a new node authorizer
func NewAuthorizer(graph *Graph, identifier nodeidentifier.NodeIdentifier, rules []rbacapi.PolicyRule) authorizer.Authorizer {
return &NodeAuthorizer{
graph: graph,