Browse code

Fix incorrect comment

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/11/30 13:05:47
Showing 1 changed files
... ...
@@ -129,7 +129,7 @@ type Backend interface {
129 129
 	ContainerWait(containerID string, timeout time.Duration) (int, error)
130 130
 	// ContainerUpdateCmdOnBuild updates container.Path and container.Args
131 131
 	ContainerUpdateCmdOnBuild(containerID string, cmd []string) error
132
-	// ContainerCreateWorkdir creates the workdir (currently only used on Windows)
132
+	// ContainerCreateWorkdir creates the workdir
133 133
 	ContainerCreateWorkdir(containerID string) error
134 134
 
135 135
 	// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container