Index: chrome/common/geoposition.cc |
diff --git a/chrome/common/geoposition.cc b/chrome/common/geoposition.cc |
index f8f087c441315bf772c9f93730b40564d0b4ba3e..e3a2020dc1a061610473ddf9aa29ada27186bf1d 100644 |
--- a/chrome/common/geoposition.cc |
+++ b/chrome/common/geoposition.cc |
@@ -7,7 +7,7 @@ |
namespace { |
// Sentinel values to mark invalid data. (WebKit carries companion is_valid |
// bools for this purpose; we may eventually follow that approach, but |
-// sentinels worked OK in the gears code this is based on.) |
+// sentinels worked OK in the Gears code this is based on.) |
const double kBadLatitudeLongitude = 200; |
// Lowest point on land is at approximately -400 meters. |
const int kBadAltitude = -10000; |