From 3a7a5a890eb95b2182db8ec655ca1a64c15213ae Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 29 Oct 2024 16:57:42 -0700 Subject: [PATCH] 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 --- libcontainer/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/process.go b/libcontainer/process.go index 3663c7e0dd2..114b3f2b6cb 100644 --- a/libcontainer/process.go +++ b/libcontainer/process.go @@ -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