Index: base/memory/discardable_memory_provider.h |
diff --git a/base/memory/discardable_memory_provider.h b/base/memory/discardable_memory_provider.h |
index 005cc1dfc86bcf876af727bf560e7c02f516f47d..ed14f1100c4a15973699221e0136586794880b2d 100644 |
--- a/base/memory/discardable_memory_provider.h |
+++ b/base/memory/discardable_memory_provider.h |
@@ -55,8 +55,8 @@ class BASE_EXPORT_PRIVATE DiscardableMemoryProvider { |
static void SetInstanceForTest(DiscardableMemoryProvider* provider); |
// The maximum number of bytes of discardable memory that may be allocated |
- // before we assume moderate memory pressure. If this amount is zero, it is |
- // interpreted as having no limit at all. |
+ // before we force a purge. If this amount is zero, it is interpreted as |
+ // having no limit at all. |
void SetDiscardableMemoryLimit(size_t bytes); |
// Sets the amount of memory to reclaim when we're under moderate pressure. |