Index: base/ios/device_util.h |
diff --git a/base/ios/device_util.h b/base/ios/device_util.h |
index 4e69efc39ca9d7f666501782698ee1507ec8dbcd..1cd9a043bc93c6c550b609f5d35a95024fd5aef7 100644 |
--- a/base/ios/device_util.h |
+++ b/base/ios/device_util.h |
@@ -72,7 +72,7 @@ std::string GetRandomId(); |
// something that should be anonymous, you should probably pass NULL. |
std::string GetDeviceIdentifier(const char* salt); |
-// Returns a hashed version of |in_string| using |salt| (which must not |
+// Returns a hashed version of |in_string| using |salt| (which must not be |
// zero-length). Different salt values should result in differently hashed |
// strings. |
std::string GetSaltedString(const std::string& in_string, |