Skip to content

Commit fec6b0f

Browse files
committed
Update criu_opts_linux.go
Signed-off-by: Allen Sun <[email protected]>
1 parent 91e9795 commit fec6b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/criu_opts_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type VethPairName struct {
2323
type CriuOpts struct {
2424
ImagesDirectory string // directory for storing image files
2525
WorkDirectory string // directory to cd and write logs/pidfiles/stats to
26-
ParentImage string // direcotry for storing parent image files in pre-dump and dump
26+
ParentImage string // directory for storing parent image files in pre-dump and dump
2727
LeaveRunning bool // leave container in running state after checkpoint
2828
TcpEstablished bool // checkpoint/restore established TCP connections
2929
ExternalUnixConnections bool // allow external unix connections

0 commit comments

Comments
 (0)