Skip to content

Commit cd60ad9

Browse files
committedJul 10, 2015
typo: SICHLD -> SIGCHLD
Signed-off-by: Jin-Hwan Jeong <jhjeong.kr@gmail.com>
1 parent a88b26d commit cd60ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎restore.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func criuOptions(context *cli.Context) *libcontainer.CriuOpts {
118118
}
119119

120120
// we have to use this type of signal handler because there is a memory leak if we
121-
// wait and reap with SICHLD.
121+
// wait and reap with SIGCHLD.
122122
func handleSignals(process *libcontainer.Process, tty *tty) {
123123
sigc := make(chan os.Signal, 10)
124124
signal.Notify(sigc)

0 commit comments

Comments
 (0)