summaryrefslogtreecommitdiffstats
path: root/net/dns
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-17 20:36:27 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-17 20:36:27 +0000
commit6daeaee6d8a5200964c5a321a131942c908df7cc (patch)
treec905f30299ef19415e5494bfb2781c9f665a7eb9 /net/dns
parent97a712ad686d3b09d40a1900df7538a860820dd7 (diff)
downloadchromium_src-6daeaee6d8a5200964c5a321a131942c908df7cc.zip
chromium_src-6daeaee6d8a5200964c5a321a131942c908df7cc.tar.gz
chromium_src-6daeaee6d8a5200964c5a321a131942c908df7cc.tar.bz2
Fix typo in comment about DnsConfigWatcher.
Review URL: https://codereview.chromium.org/135903009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/dns')
-rw-r--r--net/dns/dns_config_service_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc
index b352d32..8dcec23 100644
--- a/net/dns/dns_config_service_posix.cc
+++ b/net/dns/dns_config_service_posix.cc
@@ -37,7 +37,7 @@ const base::FilePath::CharType* kFilePathHosts =
#if defined(OS_IOS)
-// There is no plublic API to watch the DNS configuration on iOS.
+// There is no public API to watch the DNS configuration on iOS.
class DnsConfigWatcher {
public:
typedef base::Callback<void(bool succeeded)> CallbackType;