Merge pull request #15502 from mrunalp/fixup_comment

Fix incorrect comment
Upstream-commit: f5e2c6f14baf7789a2b8f2fc3b66dba1d4174c91
Component: engine
This commit is contained in:
Alexander Morozov
2015-08-11 16:53:23 -07:00

View File

@ -13,7 +13,7 @@ import (
"github.com/docker/docker/pkg/version"
)
// postContainersCopy is deprecated in favor of getContainersArchivePath.
// postContainersCopy is deprecated in favor of getContainersArchive.
func (s *Server) postContainersCopy(version version.Version, w http.ResponseWriter, r *http.Request, vars map[string]string) error {
if vars == nil {
return fmt.Errorf("Missing parameter")