summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorHyuk Myeong <hyuk.myeong@lge.com>2020-11-08 07:36:57 (GMT)
committerHyuk Myeong <hyuk.myeong@lge.com>2020-11-08 07:36:57 (GMT)
commit87347d5455214c1b31f565aee92ab4db4ffe63fc (patch)
treee97b02f7cd678378938cfa7e8c5e9c46c54a0742 /googletest/include/gtest/internal/gtest-internal.h
parentd89b36302116233b8c6377e6e891083f41ee51c5 (diff)
downloadgoogletest-87347d5455214c1b31f565aee92ab4db4ffe63fc.zip
googletest-87347d5455214c1b31f565aee92ab4db4ffe63fc.tar.gz
googletest-87347d5455214c1b31f565aee92ab4db4ffe63fc.tar.bz2
Diffstat (limited to 'googletest/include/gtest/internal/gtest-internal.h')
-rw-r--r--googletest/include/gtest/internal/gtest-internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h
index d990c0f..f00d78f 100644
--- a/googletest/include/gtest/internal/gtest-internal.h
+++ b/googletest/include/gtest/internal/gtest-internal.h
@@ -566,11 +566,11 @@ struct SuiteApiResolver : T {
//
// Arguments:
//
-// test_suite_name: name of the test suite
+// test_suite_name: name of the test suite
// name: name of the test
-// type_param the name of the test's type parameter, or NULL if
+// type_param: the name of the test's type parameter, or NULL if
// this is not a typed or a type-parameterized test.
-// value_param text representation of the test's value parameter,
+// value_param: text representation of the test's value parameter,
// or NULL if this is not a type-parameterized test.
// code_location: code location where the test is defined
// fixture_class_id: ID of the test fixture class