Index: net/dns/dns_config_service_posix.h |
diff --git a/net/dns/dns_config_service_posix.h b/net/dns/dns_config_service_posix.h |
index 7e266ba0460cc792f6b256dce50bb9ecdd1a07ad..0db525dfd6f8c716c43632794e1e9f030334542c 100644 |
--- a/net/dns/dns_config_service_posix.h |
+++ b/net/dns/dns_config_service_posix.h |
@@ -71,7 +71,7 @@ class NET_EXPORT_PRIVATE DnsConfigServicePosix : public DnsConfigService { |
scoped_refptr<ConfigReader> config_reader_; |
scoped_refptr<HostsReader> hosts_reader_; |
#if defined(OS_ANDROID) |
- // Has DnsConfigWatcher detected any config chagnes yet? |
+ // Has DnsConfigWatcher detected any config changes yet? |
bool seen_config_change_; |
#endif |