Fix golint

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #577
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-04-02 14:45:22 -04:00
committed by Atomic Bot
parent f64c1f106c
commit 750f000e7c

View File

@ -625,7 +625,7 @@ func WithCgroupNSFrom(nsCtr *Container) CtrCreateOption {
}
}
// WithDependencies sets dependency containers of the given container
// WithDependencyCtrs sets dependency containers of the given container
// Dependency containers must be running before this container is started
func WithDependencyCtrs(ctrs []*Container) CtrCreateOption {
return func(ctr *Container) error {