| Index: remoting/host/capturer_fake.cc
|
| diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc
|
| index 647a14879774270cf3f7b7a6fc4f676450140a97..b20758316a2cc52fbed7eec70bceae65c2b334cd 100644
|
| --- a/remoting/host/capturer_fake.cc
|
| +++ b/remoting/host/capturer_fake.cc
|
| @@ -110,7 +110,7 @@ void CapturerFake::GenerateImage() {
|
| if (box_pos_y_ + kBoxHeight >= size_.height() || box_pos_y_ == 0)
|
| box_speed_y_ = -box_speed_y_;
|
|
|
| - // Draw rectangle with the following colors in it's corners:
|
| + // Draw rectangle with the following colors in its corners:
|
| // cyan....yellow
|
| // ..............
|
| // blue.......red
|
|
|