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 dbd0c33 commit bac5064Copy full SHA for bac5064
libcontainer/standard_init_linux.go
@@ -167,7 +167,7 @@ func (l *linuxStandardInit) Init() error {
167
}
168
169
170
- // Tell our parent that we're ready to Execv. This must be done before the
+ // Tell our parent that we're ready to exec. This must be done before the
171
// Seccomp rules have been applied, because we need to be able to read and
172
// write to a socket.
173
if err := syncParentReady(l.pipe); err != nil {
0 commit comments