diff --git a/pkg/api/pod/util.go b/pkg/api/pod/util.go index d08b09c3abb..30bdcd8e83c 100644 --- a/pkg/api/pod/util.go +++ b/pkg/api/pod/util.go @@ -681,7 +681,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool { return false } -// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit. +// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit. func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool { if podSpec == nil { return false