Skip to content

Commit 86fbeb0

Browse files
author
lamai93
committed
Fixed comment.
1 parent 42a265f commit 86fbeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/deployment/v1alpha/deployment_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (s DeploymentSpec) IsDowntimeAllowed() bool {
9999
return util.BoolOrDefault(s.DowntimeAllowed)
100100
}
101101

102-
// IsDisableIPv6 returns the value of disableIPV6.
102+
// IsDisableIPv6 returns the value of disableIPv6.
103103
func (s DeploymentSpec) IsDisableIPv6() bool {
104104
return util.BoolOrDefault(s.DisableIPv6)
105105
}

0 commit comments

Comments
 (0)