| Index: services/shell/public/interfaces/capabilities.mojom
|
| diff --git a/services/shell/public/interfaces/capabilities.mojom b/services/shell/public/interfaces/capabilities.mojom
|
| index dff92305f4be8df42ffd4c6d88b46df80b88be9b..1878f2205b4a6ab119a024393e0e8c44010ea0f1 100644
|
| --- a/services/shell/public/interfaces/capabilities.mojom
|
| +++ b/services/shell/public/interfaces/capabilities.mojom
|
| @@ -4,9 +4,9 @@
|
|
|
| module shell.mojom;
|
|
|
| -// Mojo Capabilities -----------------------------------------------------------
|
| +// Capabilities ----------------------------------------------------------------
|
| //
|
| -// Mojo applications expose interfaces and capability classes to one another.
|
| +// Services expose interfaces and capability classes to one another.
|
| //
|
| // An interface is just a Mojo interface, defined in a mojom file like this one.
|
| // In a CapabilitySpec, an interface is represented by its fully qualified name,
|
|
|