Skip to content

Commit 63943ba

Browse files
author
朱正浩,Zhu Zhenghao
committed
Typo fix: EptyDir -> EmptyDir
Signed-off-by: 朱正浩,Zhu Zhenghao <[email protected]>
1 parent 36b2914 commit 63943ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/pod/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool {
673673
return false
674674
}
675675

676-
// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit.
676+
// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit.
677677
func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool {
678678
if podSpec == nil {
679679
return false

0 commit comments

Comments
 (0)