Chromium Code Reviews

Unified Diff: net/disk_cache/disk_cache.h

Issue 48112: Disk cache: First implementation of TrimDeleted() and a few... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: net/disk_cache/disk_cache.h
===================================================================
--- net/disk_cache/disk_cache.h (revision 11934)
+++ net/disk_cache/disk_cache.h (working copy)
@@ -172,7 +172,7 @@
// 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;

Powered by Google App Engine