From 40f6ff642a53681e2367c2d7dbb2fc5af1701c97 Mon Sep 17 00:00:00 2001 From: qyearsley Date: Fri, 24 Jul 2015 16:21:39 -0700 Subject: Proof-reading comments in mojo/runner. Review URL: https://codereview.chromium.org/1253823002 Cr-Commit-Position: refs/heads/master@{#340373} --- mojo/runner/switches.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mojo/runner/switches.cc') diff --git a/mojo/runner/switches.cc b/mojo/runner/switches.cc index f4290f6..e6d0b4b 100644 --- a/mojo/runner/switches.cc +++ b/mojo/runner/switches.cc @@ -8,8 +8,8 @@ namespace switches { -// Used just for debugging to make it easier to attach debuggers. The actual app -// path that is used is sent over IPC. +// Used just for debugging, to make it easier to attach debuggers. The actual +// app path that is used is sent over IPC. const char kApp[] = "app"; // Used internally by the main process to indicate that a new process should be @@ -20,12 +20,12 @@ const char kChildProcess[] = "child-process"; // text/html,mojo:html_viewer,application/bravo,https://abarth.com/bravo const char kContentHandlers[] = "content-handlers"; -// Force dynamically loaded apps / services to be loaded irrespective of cache +// Force dynamically loaded apps or services to be loaded irrespective of cache // instructions. const char kDisableCache[] = "disable-cache"; // In multiprocess mode, force these apps to be loaded in the main process. -// Comma-separate list of URLs. Example: +// This is a comma-separated list of URLs. Example: // --force-in-process=mojo:native_viewport_service,mojo:network_service const char kForceInProcess[] = "force-in-process"; @@ -44,9 +44,9 @@ const char kOrigin[] = "origin"; // seconds or when the shell exits. const char kTraceStartup[] = "trace-startup"; -// Specifies a set of mappings to apply when resolving urls. The value is a set -// of ',' separated mappings, where each mapping consists of a pair of urls -// giving the to/from url to map. For example, 'a=b,c=d' contains two mappings, +// Specifies a set of mappings to apply when resolving URLs. The value is a set +// of comma-separated mappings, where each mapping consists of a pair of URLs +// giving the to/from URLs to map. For example, 'a=b,c=d' contains two mappings, // the first maps 'a' to 'b' and the second 'c' to 'd'. const char kURLMappings[] = "url-mappings"; -- cgit v1.1