From 65f2fd5920ad2b761e48d070b32540af1a09c531 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Mon, 17 May 2010 16:35:55 +0000 Subject: Fixes a typo in comments. --- src/gtest-internal-inl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h index a3cda754..9e63aed7 100644 --- a/src/gtest-internal-inl.h +++ b/src/gtest-internal-inl.h @@ -739,11 +739,11 @@ class GTEST_API_ UnitTestImpl { } // Registers all parameterized tests defined using TEST_P and - // INSTANTIATE_TEST_P, creating regular tests for each test/parameter - // combination. This method can be called more then once; it has - // guards protecting from registering the tests more then once. - // If value-parameterized tests are disabled, RegisterParameterizedTests - // is present but does nothing. + // INSTANTIATE_TEST_CASE_P, creating regular tests for each test/parameter + // combination. This method can be called more then once; it has guards + // protecting from registering the tests more then once. If + // value-parameterized tests are disabled, RegisterParameterizedTests is + // present but does nothing. void RegisterParameterizedTests(); // Runs all tests in this UnitTest object, prints the result, and -- cgit v1.2.3