From 750f000e7cfe79ade7b7e881d1d870341e08ea3f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 2 Apr 2018 14:45:22 -0400 Subject: Fix golint Signed-off-by: Matthew Heon Closes: #577 Approved by: rhatdan --- libpod/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpod/options.go b/libpod/options.go index 739d53a8b..8fb6c8d2e 100644 --- a/libpod/options.go +++ b/libpod/options.go @@ -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 { -- cgit v1.2.3-54-g00ecf