diff options
Diffstat (limited to 'net/disk_cache/disk_cache.h')
-rw-r--r-- | net/disk_cache/disk_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index 3ea3b25..50f50c5 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -172,7 +172,7 @@ class Entry { // Returns an asynchronous read file handle for the cache stream referenced by // |index|. Values other than base::kInvalidPlatformFileValue are successful - // and the file handle should be managed by the caller, i.e. caller should + // and the file handle should be managed by the caller, i.e. the caller should // close the handle after use or there will be a leak. virtual base::PlatformFile GetPlatformFile(int index) = 0; |