| Index: cc/resources/resource_pool.cc
|
| diff --git a/cc/resources/resource_pool.cc b/cc/resources/resource_pool.cc
|
| index 402ebbf1b9204d566f0d39d1633c8d2dad70b1a1..aa2ddc5de0f172f0a29de09378950b9ffdb897ea 100644
|
| --- a/cc/resources/resource_pool.cc
|
| +++ b/cc/resources/resource_pool.cc
|
| @@ -92,7 +92,7 @@ ResourcePool::~ResourcePool() {
|
| Resource* ResourcePool::AcquireResource(const gfx::Size& size,
|
| ResourceFormat format) {
|
| // Finding resources in |unused_resources_| from MRU to LRU direction, touches
|
| - // LRU resources only if needed, which inreases possibility of expiring more
|
| + // LRU resources only if needed, which increases possibility of expiring more
|
| // LRU resources within kResourceExpirationDelayMs.
|
| for (ResourceDeque::iterator it = unused_resources_.begin();
|
| it != unused_resources_.end(); ++it) {
|
|
|