Skip to content

Commit b798594

Browse files
committed
libct: fix a comment
There is a typo in the comment (ClonedBinary should be CloneBinary), and the code has changed a bit since then, and it makes more sense to refer to CloneSelfExe now. Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit 8cc7375) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 47dfa20 commit b798594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type Process struct {
4949
// ExtraFiles specifies additional open files to be inherited by the container
5050
ExtraFiles []*os.File
5151

52-
// open handles to cloned binaries -- see dmz.ClonedBinary for more details
52+
// open handles to cloned binaries -- see dmz.CloneSelfExe for more details
5353
clonedExes []*os.File
5454

5555
// Initial sizings for the console

0 commit comments

Comments
 (0)