Skip to content

Commit ace98e1

Browse files
authored
Merge pull request kubernetes#84433 from yamt/comment-typo
Fix a comment typo in legacyNodeRoleBehaviorFeature
2 parents a847ab4 + 361cd72 commit ace98e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/service/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const (
8080
// originated from: https://github.com/kubernetes/kubernetes/blob/28e800245e/pkg/features/kube_features.go#L178
8181
serviceNodeExclusionFeature = "ServiceNodeExclusion"
8282

83-
// legacyNodeRoleBehaviro is the feature gate name that enables legacy
83+
// legacyNodeRoleBehaviorFeature is the feature gate name that enables legacy
8484
// behavior to vary cluster functionality on the node-role.kubernetes.io
8585
// labels.
8686
legacyNodeRoleBehaviorFeature = "LegacyNodeRoleBehavior"

0 commit comments

Comments
 (0)