Index: base/memory/memory_pressure_monitor_chromeos_unittest.cc |
diff --git a/base/memory/memory_pressure_monitor_chromeos_unittest.cc b/base/memory/memory_pressure_monitor_chromeos_unittest.cc |
index 4333cd990e9f0d99bd721a19751d004b6a75122b..eb259eae20f85bf59ec6f8bfa037ea983acff26d 100644 |
--- a/base/memory/memory_pressure_monitor_chromeos_unittest.cc |
+++ b/base/memory/memory_pressure_monitor_chromeos_unittest.cc |
@@ -112,7 +112,7 @@ TEST(ChromeOSMemoryPressureMonitorTest, CheckMemoryPressure) { |
break; |
} |
} |
- // Should be more then 5 and less then 100. |
+ // Should be more than 5 and less than 100. |
EXPECT_LE(5, i); |
EXPECT_GE(99, i); |