diff options
Diffstat (limited to 'net/disk_cache/backend_impl.h')
-rw-r--r-- | net/disk_cache/backend_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index 3fbc2a4..b1b6478 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -107,7 +107,7 @@ class BackendImpl : public Backend { // Returns the full histogram name, for the given base |name| and experiment, // and the current cache type. The name will be "DiskCache.t.name_e" where n - // is th ecache type and e the provided |experiment|. + // is the cache type and e the provided |experiment|. std::string HistogramName(const char* name, int experiment); net::CacheType cache_type() { |