Index: services/shell/public/interfaces/connector.mojom |
diff --git a/services/shell/public/interfaces/connector.mojom b/services/shell/public/interfaces/connector.mojom |
index 53ece30aa6e0c92874e7d352d194e88d2d3bc169..8b2f13a103eccdf5dacbe1c085384c9660ea3722 100644 |
--- a/services/shell/public/interfaces/connector.mojom |
+++ b/services/shell/public/interfaces/connector.mojom |
@@ -82,7 +82,7 @@ struct ClientProcessConnection { |
handle<message_pipe> pid_receiver_request; |
}; |
-// Encapsulates establishing connections with other Mojo applications. |
+// Encapsulates establishing connections with other Services. |
interface Connector { |
// Requests a connection with another application. The application originating |
// the request is referred to as the "source" and the one receiving the |