Skip to content

Commit afe8543

Browse files
authored
Merge pull request kubernetes#81926 from Zhuzhenghao/emptyDir
Typo fix: EptyDir -> EmptyDir in pkg/api/pod/util.go
2 parents 7e060ee + 63943ba commit afe8543

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
@@ -681,7 +681,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool {
681681
return false
682682
}
683683

684-
// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit.
684+
// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit.
685685
func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool {
686686
if podSpec == nil {
687687
return false

0 commit comments

Comments
 (0)