Skip to content

Commit

Permalink
libct: fix a comment
Browse files Browse the repository at this point in the history
Do not refer to the function which was removed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed May 7, 2024
1 parent dbd0c33 commit bac5064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainer/standard_init_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (l *linuxStandardInit) Init() error {
}
}

// 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
// Seccomp rules have been applied, because we need to be able to read and
// write to a socket.
if err := syncParentReady(l.pipe); err != nil {
Expand Down

0 comments on commit bac5064

Please sign in to comment.