Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3790)

Unified Diff: base/memory/memory_pressure_monitor_chromeos_unittest.cc

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « base/memory/memory_pressure_monitor_chromeos.cc ('k') | chrome/browser/resources/chromeos/user_images_grid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698