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.
1 parent d49ece5 commit 765df7eCopy full SHA for 765df7e
libcontainer/standard_init_linux.go
@@ -140,7 +140,7 @@ func (l *linuxStandardInit) Init() error {
140
return err
141
}
142
// compare the parent from the inital start of the init process and make sure that it did not change.
143
- // 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
144
// just kill ourself and not cause problems for someone else.
145
if syscall.Getppid() != l.parentPid {
146
return syscall.Kill(syscall.Getpid(), syscall.SIGKILL)
0 commit comments