Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index afc20b2377e6ee986c1bb5a1799343044694ac4c..8302874f8062c97b9deb2f663328bc978bd74145 100644 |
--- a/cc/test/layer_tree_test.h |
+++ b/cc/test/layer_tree_test.h |
@@ -91,7 +91,7 @@ class TimeoutTask; |
// LayerTreeTest methods of similar names. To track the commit process, override |
// these functions. |
// |
-// The test continues until someone calls endTest. endTest can be called on any |
+// The test continues until someone calls EndTest. EndTest can be called on any |
// thread, but be aware that ending the test is an asynchronous process. |
class LayerTreeTest : public testing::Test, public TestHooks { |
public: |