Index: webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.cc |
index fb7d29a387e6a4f45ef17989c59cac4c42f44156..b4082f589737ba8e35c360bbdd000f5162ed82c9 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.cc |
@@ -25,7 +25,7 @@ const float kHighGain = 2.885f; |
// time. |
const float kDrainGain = 1 / kHighGain; |
// kStartupGrowthTarget and kMaxRoundsWithoutGrowth are chosen from |
-// experiments,according to design document. |
+// experiments, according to the design document. |
const float kStartupGrowthTarget = 1.25f; |
const int kMaxRoundsWithoutGrowth = 3; |
} // namespace |