| Index: media/base/android/media_statistics.h
|
| diff --git a/media/base/android/media_statistics.h b/media/base/android/media_statistics.h
|
| index 5b6daabbd7d11cf629f49163c85ab493ed854da0..1e76c360c63161efc74adaacd67083960237e6f1 100644
|
| --- a/media/base/android/media_statistics.h
|
| +++ b/media/base/android/media_statistics.h
|
| @@ -57,12 +57,12 @@ class MediaStatistics {
|
| // Returns the frame statistics for video frames.
|
| FrameStatistics& video_frame_stats() { return video_frame_stats_; }
|
|
|
| - // Starts gathering statistics. When called in a row only the firts call will
|
| + // Starts gathering statistics. When called in a row only the first call will
|
| // take effect.
|
| void Start(base::TimeDelta current_playback_time);
|
|
|
| // Stops gathering statistics, calculate and report results. When called
|
| - // in a row only the firts call will take effect.
|
| + // in a row only the first call will take effect.
|
| void StopAndReport(base::TimeDelta current_playback_time);
|
|
|
| // Adds starvation event. Starvation happens when the player interrupts
|
|
|