Fix a typo in docker/daemon/execdriver/native/exec.go

Signed-off-by: Yan Feng <yanfeng2@huawei.com>
Upstream-commit: ab11d605556749e56e9dc5b4b071375765ad60bf
Component: engine
This commit is contained in:
Yan Feng
2015-04-09 11:46:09 -04:00
parent f60fa17571
commit 5ee2e5422a

View File

@ -14,7 +14,7 @@ import (
"github.com/docker/libcontainer/utils"
)
// TODO(vishh): Add support for running in priviledged mode and running as a different user.
// TODO(vishh): Add support for running in privileged mode and running as a different user.
func (d *driver) Exec(c *execdriver.Command, processConfig *execdriver.ProcessConfig, pipes *execdriver.Pipes, startCallback execdriver.StartCallback) (int, error) {
active := d.activeContainers[c.ID]
if active == nil {