summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorDino Radakovic <dinor@google.com>2024-01-22 18:11:40 (GMT)
committerCopybara-Service <copybara-worker@google.com>2024-01-22 18:12:16 (GMT)
commitffc477e705589a697b062c366480d80fe6124e9b (patch)
tree7a0c9fc40231de838c4ac5dfeff905f840dd154c /googletest/include/gtest/internal/gtest-internal.h
parent96cd50c082d880a9aab6455dcc5817cfbf0ea45f (diff)
downloadgoogletest-ffc477e705589a697b062c366480d80fe6124e9b.zip
googletest-ffc477e705589a697b062c366480d80fe6124e9b.tar.gz
googletest-ffc477e705589a697b062c366480d80fe6124e9b.tar.bz2
googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRegisterTestInfo`
This was probably a copy-paste from the comment about `type_param`. PiperOrigin-RevId: 600493462 Change-Id: I4a41c2673dd6560db0f68856aab3d32b103164b1
Diffstat (limited to 'googletest/include/gtest/internal/gtest-internal.h')
-rw-r--r--googletest/include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h
index 4f077fc..806b086 100644
--- a/googletest/include/gtest/internal/gtest-internal.h
+++ b/googletest/include/gtest/internal/gtest-internal.h
@@ -555,7 +555,7 @@ struct SuiteApiResolver : T {
// 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,
-// or NULL if this is not a type-parameterized test.
+// or NULL if this is not a value-parameterized test.
// code_location: code location where the test is defined
// fixture_class_id: ID of the test fixture class
// set_up_tc: pointer to the function that sets up the test suite