aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2017-05-15 21:26:10 -0400
committerGitHub <noreply@github.com>2017-05-15 21:26:10 -0400
commit2a5d67ccadedc69d8e069bf48b249e278959ffde (patch)
tree8e00c49b3ace388d88d71eb66a52fe124384ea4d
parent294f72bc773c92410aa3c5ecdd6cd4a757c3fbf4 (diff)
parente1466ba4fe56da7317a0dd6902598a3c1d4f3fb8 (diff)
downloadgoogletest-2a5d67ccadedc69d8e069bf48b249e278959ffde.tar.gz
googletest-2a5d67ccadedc69d8e069bf48b249e278959ffde.tar.bz2
googletest-2a5d67ccadedc69d8e069bf48b249e278959ffde.zip
Merge pull request #1092 from nico/comment
Gender-neutralize comments in gtest.h.
-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: