summaryrefslogtreecommitdiff
path: root/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-17 16:35:55 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-17 16:35:55 +0000
commit613851ec391985b1c743df0d006bc5ee8641e261 (patch)
tree626abde208dbecc5353f4820a17e26f39bf0839d /src/gtest-internal-inl.h
parent362a0cf9aff37610628d15037bf794a2e54de78d (diff)
downloadgtest-613851ec391985b1c743df0d006bc5ee8641e261.tar.gz
gtest-613851ec391985b1c743df0d006bc5ee8641e261.tar.bz2
gtest-613851ec391985b1c743df0d006bc5ee8641e261.tar.xz
Fixes a typo in comments.
git-svn-id: http://googletest.googlecode.com/svn/trunk@432 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'src/gtest-internal-inl.h')
-rw-r--r--src/gtest-internal-inl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index a3cda75..9e63aed 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