mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
in signals.go: depeding -> depending
in tty.go: pty -> tty Signed-off-by: Jin-Hwan Jeong <jhjeong.kr@gmail.com>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ type signalHandler struct {
|
||||
tty *tty
|
||||
}
|
||||
|
||||
// forward handles the main signal event loop forwarding, resizing, or reaping depeding
|
||||
// forward handles the main signal event loop forwarding, resizing, or reaping depending
|
||||
// on the signal received.
|
||||
func (h *signalHandler) forward(process *libcontainer.Process) (int, error) {
|
||||
// make sure we know the pid of our main process so that we can return
|
||||
|
||||
Reference in New Issue
Block a user