chore: fix function names in comment

Signed-off-by: findnature <cricis@aliyun.com>
This commit is contained in:
findnature
2024-04-24 12:07:38 +08:00
parent f82c7cefef
commit c681df35c0
5 changed files with 5 additions and 5 deletions

View File

@ -222,7 +222,7 @@ func CRRuntimeSupportsCheckpointRestore(runtimePath string) bool {
return false
}
// CRRuntimeSupportsCheckpointRestore tests if the runtime at 'runtimePath'
// CRRuntimeSupportsPodCheckpointRestore tests if the runtime at 'runtimePath'
// supports restoring into existing Pods. The runtime needs to support
// the CRIU option --lsm-mount-context and the existence of this is checked
// by this function. In addition it is necessary to at least have CRIU 3.16.