diff --git a/staging/src/k8s.io/api/core/v1/well_known_taints.go b/staging/src/k8s.io/api/core/v1/well_known_taints.go index e1a8f6291ba..fc8068e16de 100644 --- a/staging/src/k8s.io/api/core/v1/well_known_taints.go +++ b/staging/src/k8s.io/api/core/v1/well_known_taints.go @@ -43,6 +43,6 @@ const ( TaintNodeNetworkUnavailable = "node.kubernetes.io/network-unavailable" // TaintNodePIDPressure will be added when node has pid pressure - // and removed when node has enough disk. + // and removed when node has enough pid. TaintNodePIDPressure = "node.kubernetes.io/pid-pressure" )