| Index: base/memory/memory_pressure_monitor_chromeos.cc
|
| diff --git a/base/memory/memory_pressure_monitor_chromeos.cc b/base/memory/memory_pressure_monitor_chromeos.cc
|
| index 5138d01c57605615c27a32d600fe57e143e0e0d5..0e1aa815ab0e4882efc7b9fb9f14816747cc1170 100644
|
| --- a/base/memory/memory_pressure_monitor_chromeos.cc
|
| +++ b/base/memory/memory_pressure_monitor_chromeos.cc
|
| @@ -86,7 +86,7 @@ MemoryPressureListener::MemoryPressureLevel GetMemoryPressureLevelFromFillLevel(
|
| : MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL;
|
| }
|
|
|
| -// This function will be called less then once a second. It will check if
|
| +// This function will be called less than once a second. It will check if
|
| // the kernel has detected a low memory situation.
|
| bool IsLowMemoryCondition(int file_descriptor) {
|
| fd_set fds;
|
|
|