Repository: mesos Updated Branches: refs/heads/master 47e04a4fc -> 322300ff0
Fixed 'all be it' typo. Review: https://reviews.apache.org/r/57859/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/322300ff Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/322300ff Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/322300ff Branch: refs/heads/master Commit: 322300ff0432d32aea10cf71830596e938e6e4a6 Parents: 82e4077 Author: Andrew Schwartzmeyer <[email protected]> Authored: Thu Mar 23 12:09:50 2017 -0700 Committer: Joseph Wu <[email protected]> Committed: Thu Mar 23 13:53:35 2017 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/dispatch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/322300ff/3rdparty/libprocess/include/process/dispatch.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/dispatch.hpp b/3rdparty/libprocess/include/process/dispatch.hpp index 426aa49..1edaf8b 100644 --- a/3rdparty/libprocess/include/process/dispatch.hpp +++ b/3rdparty/libprocess/include/process/dispatch.hpp @@ -41,7 +41,7 @@ namespace process { // this mechanism for varying numbers of function types and arguments // requires support for variadic templates, slated to be released in // C++11. Until then, we use the Boost preprocessor macros to -// accomplish the same thing (all be it less cleanly). See below for +// accomplish the same thing (albeit less cleanly). See below for // those definitions. // // Dispatching is done via a level of indirection. The dispatch
