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()))); |