summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-09-27 12:31:13 (GMT)
committerJonathan Wakely <jwakely@redhat.com>2017-09-27 12:31:13 (GMT)
commitb70cf1a663ad30f77ab9867095a87d3d5429450d (patch)
treeac98f22d19193c60ceecba1aca0c7d824d32f77f /googletest/src/gtest.cc
parentf1a87d73fc604c5ab8fbb0cc6fa9a86ffd845530 (diff)
downloadgoogletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.zip
googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.tar.gz
googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.tar.bz2
Use gender-neutral pronouns in comments and docsrefs/pull/1275/head
Diffstat (limited to 'googletest/src/gtest.cc')
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 2d1b5b9..d77f676 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -137,7 +137,7 @@
// 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.
+// their code.
#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION_