From 8e3d8dfd1072a8b770adeea2a4dbb3635c672e28 Mon Sep 17 00:00:00 2001 From: Xiang Zhu Date: Wed, 4 Jan 2023 19:53:18 -0800 Subject: [PATCH] Update runtime/src/snapshot_utils.rs Co-authored-by: apfitzge --- runtime/src/snapshot_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/snapshot_utils.rs b/runtime/src/snapshot_utils.rs index 7784fdee2efd25..96a76f6500410a 100644 --- a/runtime/src/snapshot_utils.rs +++ b/runtime/src/snapshot_utils.rs @@ -2129,7 +2129,7 @@ pub fn verify_snapshot_archive( std::fs::remove_file(p1).unwrap(); std::fs::remove_file(p2).unwrap(); - // The new the status_cache file is inside the slot directory together with the snapshot file. + // The new status_cache file is inside the slot directory together with the snapshot file. // When unpacking an archive, the status_cache file from the archive is one-level up outside of // the slot direcotry. // The unpacked status_cache file need to be put back into the slot directory for the directory