Index: services/shell/public/cpp/names.h |
diff --git a/services/shell/public/cpp/names.h b/services/shell/public/cpp/names.h |
index 8de6b6c0e82cec7ead5655fca193f29d4ccded19..6def3cadf865087602e83a7783a255c5db1ab0a7 100644 |
--- a/services/shell/public/cpp/names.h |
+++ b/services/shell/public/cpp/names.h |
@@ -23,7 +23,7 @@ extern const char kNameType_Exe[]; |
// Represents a service packaged as a .library, launched from the NativeRunner |
// launch path. .library files are assumed to live alongside the executable |
// hosting the service manager at a path matching <path>/<path>.library. |
-// .library files have a MojoMain() entrypoint that receives a handle to a |
+// .library files have a ServiceMain() entrypoint that receives a handle to a |
// ServiceRequest that must be bound to enable further communication with the |
// Service Manager. |
// |