| Index: cc/test/layer_tree_test.cc
|
| diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
|
| index 5a56c14182daf147ee36e62e8405069825775348..7726142d229e510ec93a0e6e72e046db5ce3c3ad 100644
|
| --- a/cc/test/layer_tree_test.cc
|
| +++ b/cc/test/layer_tree_test.cc
|
| @@ -320,7 +320,7 @@ LayerTreeTest::~LayerTreeTest() {}
|
|
|
| void LayerTreeTest::EndTest() {
|
| // For the case where we EndTest during BeginTest(), set a flag to indicate
|
| - // that the test should end the second beginTest regains control.
|
| + // that the test should end the second BeginTest regains control.
|
| if (beginning_) {
|
| end_when_begin_returns_ = true;
|
| } else if (proxy()) {
|
|
|