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 2017/08/06 13:05:26 UTC

mesos git commit: Fixed a few typos.

Repository: mesos
Updated Branches:
  refs/heads/master 5693e3554 -> 36c48d81e


Fixed a few typos.


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

Branch: refs/heads/master
Commit: 36c48d81e2af302cb3740887f6a59e15d8f5a7fd
Parents: 5693e35
Author: Qian Zhang <zh...@gmail.com>
Authored: Sun Aug 6 21:02:57 2017 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Sun Aug 6 21:02:57 2017 +0800

----------------------------------------------------------------------
 src/linux/routing/diagnosis/diagnosis.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/36c48d81/src/linux/routing/diagnosis/diagnosis.hpp
----------------------------------------------------------------------
diff --git a/src/linux/routing/diagnosis/diagnosis.hpp b/src/linux/routing/diagnosis/diagnosis.hpp
index 7722fd2..55b4fc2 100644
--- a/src/linux/routing/diagnosis/diagnosis.hpp
+++ b/src/linux/routing/diagnosis/diagnosis.hpp
@@ -93,10 +93,10 @@ struct Info
 
 
 // Return a list of socket information that matches the given protocol
-// family and socket states. 'states' can accpet multiple states using
+// family and socket states. 'states' can accept multiple states using
 // bitwise OR.
-// NOTE: 'family' is actually igored here because the older kernel
-// idiag API libnl3 uses only supports TCP and ingores this value. We
+// NOTE: 'family' is actually ignored here because the older kernel
+// idiag API libnl3 uses only supports TCP and ignores this value. We
 // keep it here to follow libnl3-idiag's suit.
 Try<std::vector<Info>> infos(int familiy, int states);