We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88b26d commit cd60ad9Copy full SHA for cd60ad9
restore.go
@@ -118,7 +118,7 @@ func criuOptions(context *cli.Context) *libcontainer.CriuOpts {
118
}
119
120
// we have to use this type of signal handler because there is a memory leak if we
121
-// wait and reap with SICHLD.
+// wait and reap with SIGCHLD.
122
func handleSignals(process *libcontainer.Process, tty *tty) {
123
sigc := make(chan os.Signal, 10)
124
signal.Notify(sigc)
0 commit comments