Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Unified Diff: content/browser/zygote_host/zygote_host_impl_linux.cc

Issue 11663023: Fix typo in comment: "habe" -> "have" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retry upload Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/zygote_host/zygote_host_impl_linux.cc
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
index 308ad5d5a772aaeaf251d519419b8832f08af82f..36ed01bf3cf5ef966f762f651a1eeb5d728c20b8 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())));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698