aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2017-05-15 18:00:29 -0400
committerNico Weber <thakis@chromium.org>2017-05-15 18:00:29 -0400
commite1466ba4fe56da7317a0dd6902598a3c1d4f3fb8 (patch)
tree8e00c49b3ace388d88d71eb66a52fe124384ea4d
parent294f72bc773c92410aa3c5ecdd6cd4a757c3fbf4 (diff)
downloadgoogletest-e1466ba4fe56da7317a0dd6902598a3c1d4f3fb8.tar.gz
Gender-neutralize comments in gtest.h.
This merges a Google-internal change.
-rw-r--r--googletest/include/gtest/gtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index a42aa2a4..69ea20d8 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -2194,7 +2194,7 @@ bool StaticAssertTypeEq() {
// name of the test within the test case.
//
// A test fixture class must be declared earlier. The user should put
-// his test code between braces after using this macro. Example:
+// the test code between braces after using this macro. Example:
//
// class FooTest : public testing::Test {
// protected: