Index: google_apis/gcm/engine/mcs_client.h |
diff --git a/google_apis/gcm/engine/mcs_client.h b/google_apis/gcm/engine/mcs_client.h |
index f7796509fea1bf7953c990d1d25a7c902c8b8a3d..cd99cad99c1175d38f12b6e5dc1648b2526ca392 100644 |
--- a/google_apis/gcm/engine/mcs_client.h |
+++ b/google_apis/gcm/engine/mcs_client.h |
@@ -155,7 +155,7 @@ class GCM_EXPORT MCSClient { |
// Allows a caller to set a heartbeat interval (in milliseconds) with which |
// the MCS connection will be monitored on both ends, to detect device |
- // presence. In case the newly set interval is less then the current one, |
+ // presence. In case the newly set interval is smaller than the current one, |
// connection will be restarted with new heartbeat interval. Valid values have |
// to be between GetMax/GetMinClientHeartbeatIntervalMs of HeartbeatManager, |
// otherwise the setting won't take effect. |