summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public/cpp/names.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/public/cpp/names.h')
-rw-r--r--mojo/shell/public/cpp/names.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mojo/shell/public/cpp/names.h b/mojo/shell/public/cpp/names.h
index 9815c87..9fbabf2 100644
--- a/mojo/shell/public/cpp/names.h
+++ b/mojo/shell/public/cpp/names.h
@@ -28,9 +28,9 @@ namespace mojo {
// Represents a native executable on the host platform, expected to live
// alongside the shell executable. Executables launched via this mechanism are
// passed a handle to the shell on the command line and are expected to bind
-// a ShellClientFactory via which they will receive a ShellClientRequest
-// enabling further communication with the shell. The path component contains
-// the executable name, minus any platform-specific extension.
+// a ShellClientRequest enabling further communication with the shell. The
+// path component contains the executable name, minus any platform-specific
+// extension.
//
// Other types may be supplied but are not recognized by any of the
// NativeRunners, and as such custom loaders must be specified for such names.