Skip to content

Commit 361cd72

Browse files
committed
Fix a comment typo in legacyNodeRoleBehaviorFeature
1 parent 97d45fe commit 361cd72

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
@@ -79,7 +79,7 @@ const (
7979
// originated from: https://github.com/kubernetes/kubernetes/blob/28e800245e/pkg/features/kube_features.go#L178
8080
serviceNodeExclusionFeature = "ServiceNodeExclusion"
8181

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

0 commit comments

Comments
 (0)