diff --git a/pkg/api/pod/util.go b/pkg/api/pod/util.go index f513ce171ca..72ba1d2a15d 100644 --- a/pkg/api/pod/util.go +++ b/pkg/api/pod/util.go @@ -673,7 +673,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