Fixed typo in comment.

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


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

Branch: refs/heads/master
Commit: 6c69a3c8065c8ddb946a8cdad9aa4258ab263225
Parents: f5b6a38
Author: Neil Conway <neil.con...@gmail.com>
Authored: Fri Oct 7 12:38:34 2016 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Fri Oct 7 12:38:34 2016 -0700

----------------------------------------------------------------------
 src/java/jni/org_apache_mesos_state_AbstractState.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6c69a3c8/src/java/jni/org_apache_mesos_state_AbstractState.cpp
----------------------------------------------------------------------
diff --git a/src/java/jni/org_apache_mesos_state_AbstractState.cpp 
b/src/java/jni/org_apache_mesos_state_AbstractState.cpp
index 8addd2d..0f12f4f 100644
--- a/src/java/jni/org_apache_mesos_state_AbstractState.cpp
+++ b/src/java/jni/org_apache_mesos_state_AbstractState.cpp
@@ -47,7 +47,7 @@ extern "C" {
 // anonymous futures that used these function accidentally captured the 'thiz'
 // for the 'AbstractState' class, which was not intended and caused the C++
 // Future to be prematurely deleted as a result of the anonymous Future getting
-// garbaged collected by the JVM and invoking the finalizer which deleted the
+// garbage collected by the JVM and invoking the finalizer which deleted the
 // C++ Future. The intent was to capture the 'thiz' for the 'Future'. This is
 // done correctly by using the named inner classes.
 

Reply via email to