mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typo.
PiperOrigin-RevId: 202720658 Change-Id: Iff42fd23f831ee7f29ddd6eb867020b76ed1eb23
This commit is contained in:
committed by
Shentubot
parent
80bdf8a406
commit
ca353b53ed
@@ -135,7 +135,7 @@ func Load(rootDir, id string) (*Container, error) {
|
||||
// see if this particular container is still running.
|
||||
} else {
|
||||
// Sandbox no longer exists, so this container
|
||||
// definitly does not exist.
|
||||
// definitely does not exist.
|
||||
c.Status = Stopped
|
||||
c.Sandbox = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user