summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_tree_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/layer_tree_test.h')
-rw-r--r--cc/test/layer_tree_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index afc20b2..8302874 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: