diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 18:58:39 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 18:58:39 +0000 |
commit | 3095f4a002a430b9473a497fd54cfe43b3c2e491 (patch) | |
tree | cdb7da361b33fe26dea8713c404395853da72fa5 /content/browser/zygote_host | |
parent | 3a486c9c09e7ed4899b98a6efe77e5f3a4d2121e (diff) | |
download | chromium_src-3095f4a002a430b9473a497fd54cfe43b3c2e491.zip chromium_src-3095f4a002a430b9473a497fd54cfe43b3c2e491.tar.gz chromium_src-3095f4a002a430b9473a497fd54cfe43b3c2e491.tar.bz2 |
Fix typo in comment: "habe" -> "have"
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/11663023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_host')
-rw-r--r-- | content/browser/zygote_host/zygote_host_impl_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc index 308ad5d..36ed01b 100644 --- a/content/browser/zygote_host/zygote_host_impl_linux.cc +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc @@ -273,7 +273,7 @@ pid_t ZygoteHostImpl::ForkRequest( pickle.WriteUInt32(i->id); fds.push_back(i->fd.fd); if (i->fd.auto_close) { - // Auto-close means we need to close the FDs after they habe been passed + // Auto-close means we need to close the FDs after they have been passed // to the other process. linked_ptr<file_util::ScopedFD> ptr( new file_util::ScopedFD(&(fds.back()))); |