diff --git a/src/runtime/pkg/containerd-shim-v2/shim_management.go b/src/runtime/pkg/containerd-shim-v2/shim_management.go index 74c7509187..f9c31b8b27 100644 --- a/src/runtime/pkg/containerd-shim-v2/shim_management.go +++ b/src/runtime/pkg/containerd-shim-v2/shim_management.go @@ -307,7 +307,7 @@ func GetSandboxesStoragePath() string { return "/run/vc/sbs" } -// GetSandboxesStoragePath returns the storage path where sandboxes info are stored in runtime-rs +// GetSandboxesStoragePathRust returns the storage path where sandboxes info are stored in runtime-rs func GetSandboxesStoragePathRust() string { return "/run/kata" }