Fixed typos in subprocess_base.hpp.

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


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

Branch: refs/heads/master
Commit: be5b76bbd1d29637b00a389f15edaeb947b7e59e
Parents: cf71811
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Mon Sep 19 20:52:25 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Sep 19 20:52:25 2016 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/subprocess_base.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/be5b76bb/3rdparty/libprocess/include/process/subprocess_base.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/subprocess_base.hpp 
b/3rdparty/libprocess/include/process/subprocess_base.hpp
index acd23c9..23bc14a 100644
--- a/3rdparty/libprocess/include/process/subprocess_base.hpp
+++ b/3rdparty/libprocess/include/process/subprocess_base.hpp
@@ -82,7 +82,7 @@ public:
      * descriptor if one is present.
      *
      * NOTE: We initialize `read` to -1 so that we do not close an
-     * arbitrary file descriptor,in case we encounter an error
+     * arbitrary file descriptor, in case we encounter an error
      * while starting a subprocess (closing -1 is always a no-op).
      */
     struct InputFileDescriptors
@@ -102,7 +102,7 @@ public:
      * descriptor if one is present.
      *
      * NOTE: We initialize `write` to -1 so that we do not close an
-     * arbitrary file descriptor,in case we encounter an error
+     * arbitrary file descriptor, in case we encounter an error
      * while starting a subprocess (closing -1 is always a no-op).
      */
     struct OutputFileDescriptors

Reply via email to