Skip to content

Commit bac5064

Browse files
committed
libct: fix a comment
Do not refer to the function which was removed. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent dbd0c33 commit bac5064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/standard_init_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (l *linuxStandardInit) Init() error {
167167
}
168168
}
169169

170-
// Tell our parent that we're ready to Execv. This must be done before the
170+
// Tell our parent that we're ready to exec. This must be done before the
171171
// Seccomp rules have been applied, because we need to be able to read and
172172
// write to a socket.
173173
if err := syncParentReady(l.pipe); err != nil {

0 commit comments

Comments
 (0)