Index: shell/native_application_support.cc |
diff --git a/shell/native_application_support.cc b/shell/native_application_support.cc |
index e0e18be49f80c2a6d49c579d84c5f80ffb4f693c..378a014b72d7227b3bc207e2323f54f18b75a3d1 100644 |
--- a/shell/native_application_support.cc |
+++ b/shell/native_application_support.cc |
@@ -118,7 +118,7 @@ bool RunNativeApplication( |
LOG(ERROR) << "MojoMain not found"; |
return false; |
} |
- // |MojoMain()| takes ownership of the service handle. |
+ // |MojoMain()| takes ownership of the Application request handle. |
MojoHandle handle = application_request.PassMessagePipe().release().value(); |
MojoResult result = main_function(handle); |
LOG_IF(ERROR, result != MOJO_RESULT_OK) |