summaryrefslogtreecommitdiffstats
path: root/src/gtest-test-part.cc
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2014-06-18 00:22:42 (GMT)
committerkosak <kosak@google.com>2014-06-18 00:22:42 (GMT)
commit96ddffe8fdabccb10fb693a54dcb88bd5b71bc09 (patch)
treece5d8e5647e5c70cd0b052ad548ae94ae20431bb /src/gtest-test-part.cc
parent21ee8a2e72871ca50148657bc217e9b838dcd903 (diff)
downloadgoogletest-96ddffe8fdabccb10fb693a54dcb88bd5b71bc09.zip
googletest-96ddffe8fdabccb10fb693a54dcb88bd5b71bc09.tar.gz
googletest-96ddffe8fdabccb10fb693a54dcb88bd5b71bc09.tar.bz2
Reduce the number of occurrences of gendered pronouns in gtest.
Diffstat (limited to 'src/gtest-test-part.cc')
-rw-r--r--src/gtest-test-part.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtest-test-part.cc b/src/gtest-test-part.cc
index c60eef3..fb0e354 100644
--- a/src/gtest-test-part.cc
+++ b/src/gtest-test-part.cc
@@ -35,9 +35,9 @@
// Indicates that this translation unit is part of Google Test's
// implementation. It must come before gtest-internal-inl.h is
-// included, or there will be a compiler error. This trick is to
-// prevent a user from accidentally including gtest-internal-inl.h in
-// his code.
+// included, or there will be a compiler error. This trick exists to
+// prevent the accidental inclusion of gtest-internal-inl.h in the
+// user's code.
#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION_