Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 69564581a7fd4f640c9edcd773a3d0e227f9f3aa..47f4479154b7c9f62beda3ddbaf4b3f90c3ce2c2 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -28,7 +28,7 @@ def print_landmines(): |
builder() == 'ninja'): |
print 'Need to clobber winja goma due to backend cwd cache fix.' |
if platform() == 'android': |
- print 'Clobber: To delete generated mojo class files.' |
+ print 'Clobber: To delete newly generated mojo class files.' |
if platform() == 'win' and builder() == 'ninja': |
print 'Compile on cc_unittests fails due to symbols removed in r185063.' |
if platform() == 'linux' and builder() == 'ninja': |