Repository: mesos
Updated Branches:
  refs/heads/master fba310812 -> 0c6c5f8a3


Fixed a wrong comment in `LocalPuller`.

Review: https://reviews.apache.org/r/52151/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0c6c5f8a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0c6c5f8a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0c6c5f8a

Branch: refs/heads/master
Commit: 0c6c5f8a37d45f615515197e53d5d9091d248f2d
Parents: fba3108
Author: Qian Zhang <zhang...@cn.ibm.com>
Authored: Thu Sep 22 20:35:23 2016 -0700
Committer: Jie Yu <yujie....@gmail.com>
Committed: Thu Sep 22 20:35:23 2016 -0700

----------------------------------------------------------------------
 src/slave/containerizer/mesos/provisioner/docker/local_puller.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0c6c5f8a/src/slave/containerizer/mesos/provisioner/docker/local_puller.hpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/provisioner/docker/local_puller.hpp 
b/src/slave/containerizer/mesos/provisioner/docker/local_puller.hpp
index 5f5aaa3..abb8e7e 100644
--- a/src/slave/containerizer/mesos/provisioner/docker/local_puller.hpp
+++ b/src/slave/containerizer/mesos/provisioner/docker/local_puller.hpp
@@ -36,7 +36,7 @@ class LocalPullerProcess;
 
 /**
  * LocalPuller assumes Docker images are stored in a local directory
- * (configured with flags.docker_local_archives_dir), with all the
+ * (configured with flags.docker_registry), with all the
  * images saved as tars with file names in the form of <repo>:<tag>.tar.
  */
 class LocalPuller : public Puller

Reply via email to