aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_output_test_.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-10-03 10:57:19 -0400
committerGitHub <noreply@github.com>2017-10-03 10:57:19 -0400
commit7b6561c56e353100aca8458d7bc49c4e0119bae8 (patch)
treeac98f22d19193c60ceecba1aca0c7d824d32f77f /googletest/test/gtest_output_test_.cc
parentf1a87d73fc604c5ab8fbb0cc6fa9a86ffd845530 (diff)
parentb70cf1a663ad30f77ab9867095a87d3d5429450d (diff)
downloadgoogletest-7b6561c56e353100aca8458d7bc49c4e0119bae8.tar.gz
googletest-7b6561c56e353100aca8458d7bc49c4e0119bae8.tar.bz2
googletest-7b6561c56e353100aca8458d7bc49c4e0119bae8.zip
Merge pull request #1275 from jwakely/pr/1273
Use gender-neutral pronouns in comments and docs
Diffstat (limited to 'googletest/test/gtest_output_test_.cc')
-rw-r--r--googletest/test/gtest_output_test_.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_output_test_.cc b/googletest/test/gtest_output_test_.cc
index 1070a9f2..e5fa764e 100644
--- a/googletest/test/gtest_output_test_.cc
+++ b/googletest/test/gtest_output_test_.cc
@@ -42,7 +42,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_