diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 20:46:48 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 20:46:48 +0000 |
commit | 221f3336b6cac75bc3ff89d00457b365dbef33be (patch) | |
tree | 8aec72ff71069e9025ca50314ddcd49d2a0a3291 /chrome/browser | |
parent | 9b4a61a7aa4f4e1b9fe307da8cba432bc3629a42 (diff) | |
download | chromium_src-221f3336b6cac75bc3ff89d00457b365dbef33be.zip chromium_src-221f3336b6cac75bc3ff89d00457b365dbef33be.tar.gz chromium_src-221f3336b6cac75bc3ff89d00457b365dbef33be.tar.bz2 |
Fix a typo in a comment.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/151037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/net/dns_master.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/dns_master.cc b/chrome/browser/net/dns_master.cc index 2cc50ff..f47329c 100644 --- a/chrome/browser/net/dns_master.cc +++ b/chrome/browser/net/dns_master.cc @@ -437,7 +437,7 @@ void DnsMaster::PreLockedScheduleLookups() { peak_pending_lookups_ = std::max(peak_pending_lookups_, pending_lookups_.size()); } else { - // Completed synchyronously (was already cached by HostResolver), or else + // Completed synchronously (was already cached by HostResolver), or else // there was (equivalently) some network error that prevents us from // finding the name. Status net::OK means it was "found." PrelockedLookupFinished(request, hostname, status == net::OK); |