Index: net/base/host_resolver_impl.cc |
diff --git a/net/base/host_resolver_impl.cc b/net/base/host_resolver_impl.cc |
index 5c61b4f7c84f3144e3abf56331c741d48fa2c91c..7df346f29c633bc2eba14d557bea5a098f98dae9 100644 |
--- a/net/base/host_resolver_impl.cc |
+++ b/net/base/host_resolver_impl.cc |
@@ -175,7 +175,7 @@ class RequestInfoParameters : public NetLog::EventParameters { |
const NetLog::Source source_; |
}; |
-// Parameters associated with the creation of a HostResolveImpl::Job. |
+// Parameters associated with the creation of a HostResolverImpl::Job. |
class JobCreationParameters : public NetLog::EventParameters { |
public: |
JobCreationParameters(const std::string& host, const NetLog::Source& source) |