summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-31 22:08:22 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-31 22:08:22 +0000
commit117edc9752b03df14c514bebdf02eba5b321be33 (patch)
tree84725f588db3139c60c25c560ac57b15810e3aa9
parente435bb4e5fc0c8cad3cce62f638b5b3e35ad5876 (diff)
downloadchromium_src-117edc9752b03df14c514bebdf02eba5b321be33.zip
chromium_src-117edc9752b03df14c514bebdf02eba5b321be33.tar.gz
chromium_src-117edc9752b03df14c514bebdf02eba5b321be33.tar.bz2
Fix comment grammar. No code change.
BUG=none TEST=none Review URL: http://codereview.chromium.org/182036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24946 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/renderer_host/render_sandbox_host_linux.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/renderer_host/render_sandbox_host_linux.cc b/chrome/browser/renderer_host/render_sandbox_host_linux.cc
index e34efe6..eeb7a98 100644
--- a/chrome/browser/renderer_host/render_sandbox_host_linux.cc
+++ b/chrome/browser/renderer_host/render_sandbox_host_linux.cc
@@ -37,10 +37,10 @@ using WebKit::WebUChar;
class SandboxIPCProcess {
public:
// lifeline_fd: this is the read end of a pipe which the browser process
- // holds the other end of. If the browser process dies, it's descriptors are
+ // holds the other end of. If the browser process dies, its descriptors are
// closed and we will noticed an EOF on the pipe. That's our signal to exit.
- // browser_socket: the 'browser's end of the sandbox IPC socketpair. From the
- // point of view of the renderer's, it's talking to the browser but this
+ // browser_socket: the browser's end of the sandbox IPC socketpair. From the
+ // point of view of the renderer, it's talking to the browser but this
// object actually services the requests.
SandboxIPCProcess(int lifeline_fd, int browser_socket)
: lifeline_fd_(lifeline_fd),