mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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 <kolyshkin@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ type Process struct {
|
||||
// ExtraFiles specifies additional open files to be inherited by the container
|
||||
ExtraFiles []*os.File
|
||||
|
||||
// open handles to cloned binaries -- see dmz.ClonedBinary for more details
|
||||
// open handles to cloned binaries -- see dmz.CloneSelfExe for more details
|
||||
clonedExes []*os.File
|
||||
|
||||
// Initial sizings for the console
|
||||
|
||||
Reference in New Issue
Block a user