From e1466ba4fe56da7317a0dd6902598a3c1d4f3fb8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 15 May 2017 18:00:29 -0400 Subject: Gender-neutralize comments in gtest.h. This merges a Google-internal change. --- googletest/include/gtest/gtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3