We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7446e70 + 765df7e commit ec01ae5Copy full SHA for ec01ae5
libcontainer/standard_init_linux.go
@@ -144,7 +144,7 @@ func (l *linuxStandardInit) Init() error {
144
return err
145
}
146
// compare the parent from the inital start of the init process and make sure that it did not change.
147
- // if the parent changes that means it died and we were reparened to something else so we should
+ // if the parent changes that means it died and we were reparented to something else so we should
148
// just kill ourself and not cause problems for someone else.
149
if syscall.Getppid() != l.parentPid {
150
return syscall.Kill(syscall.Getpid(), syscall.SIGKILL)
0 commit comments