diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 18:34:55 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 18:34:55 +0000 |
commit | 3a29e2911047223baf873271abacf5ae34502fc6 (patch) | |
tree | 23dfc0b72211b59984649e191bac8484d38bf16d /net/base/host_resolver.h | |
parent | 156ed27bc42a66a694e243f3ecb0ad80f0c83351 (diff) | |
download | chromium_src-3a29e2911047223baf873271abacf5ae34502fc6.zip chromium_src-3a29e2911047223baf873271abacf5ae34502fc6.tar.gz chromium_src-3a29e2911047223baf873271abacf5ae34502fc6.tar.bz2 |
Some small comment fixes for HostResolver and DnsMaster.
Original patch by cbentzel@google.com (see http://codereview.chromium.org/437005)
r=me
BUG=NONE
Review URL: http://codereview.chromium.org/437009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/host_resolver.h')
-rw-r--r-- | net/base/host_resolver.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/base/host_resolver.h b/net/base/host_resolver.h index baaf2ac..3c7a9c9 100644 --- a/net/base/host_resolver.h +++ b/net/base/host_resolver.h @@ -116,8 +116,9 @@ class HostResolver : public base::RefCountedThreadSafe<HostResolver> { // be returned and the real result code will be passed to the completion // callback. Otherwise the result code is returned immediately from this // call. - // If |req| is non-NULL, then |*req| will be filled with a handle to the - // async request. This handle is not valid after the request has completed. + // If |out_req| is non-NULL, then |*out_req| will be filled with a handle to + // the async request. This handle is not valid after the request has + // completed. // // Profiling information for the request is saved to |load_log| if non-NULL. virtual int Resolve(const RequestInfo& info, |