You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/01/16 15:19:27 UTC

mesos git commit: Fixed a typo in "switchboard.cpp".

Repository: mesos
Updated Branches:
  refs/heads/master 495988723 -> 18879df50


Fixed a typo in "switchboard.cpp".


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

Branch: refs/heads/master
Commit: 18879df50c78a4d1550a29a9cc08209eb7f82eb0
Parents: 4959887
Author: Alexander Rukletsov <al...@apache.org>
Authored: Tue Jan 16 16:19:04 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Tue Jan 16 16:19:04 2018 +0100

----------------------------------------------------------------------
 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/18879df5/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 777918a..4ef6406 100644
--- a/src/slave/containerizer/mesos/io/switchboard.cpp
+++ b/src/slave/containerizer/mesos/io/switchboard.cpp
@@ -1000,7 +1000,7 @@ private:
       Option<ContentType> messageAcceptType);
 
   // Asynchronously receive data as we read it from our
-  // `stdoutFromFd` and `stdoutFromFd` file descriptors.
+  // `stdoutFromFd` and `stderrFromFd` file descriptors.
   void outputHook(
       const string& data,
       const agent::ProcessIO::Data::Type& type);