diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2017-05-15 21:26:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 21:26:10 -0400 |
commit | 2a5d67ccadedc69d8e069bf48b249e278959ffde (patch) | |
tree | 8e00c49b3ace388d88d71eb66a52fe124384ea4d | |
parent | 294f72bc773c92410aa3c5ecdd6cd4a757c3fbf4 (diff) | |
parent | e1466ba4fe56da7317a0dd6902598a3c1d4f3fb8 (diff) | |
download | googletest-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.h | 2 |
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: |