You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2018/03/19 07:31:25 UTC

mesos git commit: Fixed a typo in `IOSwitchboard::_prepare`.

Repository: mesos
Updated Branches:
  refs/heads/master 9844ec3e9 -> 9f158e874


Fixed a typo in `IOSwitchboard::_prepare`.


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

Branch: refs/heads/master
Commit: 9f158e874946cba5d0db918d3a2c27ca457e10e3
Parents: 9844ec3
Author: Qian Zhang <zh...@gmail.com>
Authored: Mon Mar 19 15:30:09 2018 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Mon Mar 19 15:30:09 2018 +0800

----------------------------------------------------------------------
 src/slave/containerizer/mesos/io/switchboard.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9f158e87/src/slave/containerizer/mesos/io/switchboard.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/io/switchboard.cpp b/src/slave/containerizer/mesos/io/switchboard.cpp
index 44cbf5c..517d459 100644
--- a/src/slave/containerizer/mesos/io/switchboard.cpp
+++ b/src/slave/containerizer/mesos/io/switchboard.cpp
@@ -359,7 +359,7 @@ Future<Option<ContainerLaunchInfo>> IOSwitchboard::_prepare(
   int stdoutFromFd = -1;
   int stderrFromFd = -1;
 
-  // A list of file decriptors we've opened so far.
+  // A list of file descriptors we've opened so far.
   hashset<int> openedFds = {};
 
   // A list of file descriptors that will be passed to the I/O