Index: remoting/host/video_scheduler.cc |
diff --git a/remoting/host/video_scheduler.cc b/remoting/host/video_scheduler.cc |
index 5f2acae39045123802cd4288554c3e336c45149c..7eda0597383175a23f32f85e8fae2de7203e2667 100644 |
--- a/remoting/host/video_scheduler.cc |
+++ b/remoting/host/video_scheduler.cc |
@@ -165,7 +165,7 @@ VideoScheduler::~VideoScheduler() { |
void VideoScheduler::StartOnCaptureThread() { |
DCHECK(capture_task_runner_->BelongsToCurrentThread()); |
- // Start the capturer and let it notify us of cursor shape changes. |
+ // Start the capturer and let it notify us if cursor shape changes. |
capturer_->Start(this); |
capture_timer_.reset(new base::OneShotTimer<VideoScheduler>()); |