Skip to content

Commit 7e97bde

Browse files
committed
fix comments
1 parent 824462c commit 7e97bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jailer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ type JailerConfig struct {
9090
// ChrootStrategy will dictate how files are transfered to the root drive.
9191
ChrootStrategy HandlersAdapter
9292

93-
// Stdout ...
93+
// Stdout specifies the IO writer for STDOUT to use when spawning the jailer.
9494
Stdout io.Writer
95-
// Stderr ...
95+
// Stderr specifies the IO writer for STDERR to use when spawning the jailer.
9696
Stderr io.Writer
9797
}
9898

0 commit comments

Comments
 (0)