summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
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/include/gtest/internal/gtest-port.h
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/include/gtest/internal/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index 12bdb4c..5529ba5 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -741,7 +741,7 @@ using ::std::tuple_size;
# define _TR1_FUNCTIONAL 1
# include <tr1/tuple>
# undef _TR1_FUNCTIONAL // Allows the user to #include
- // <tr1/functional> if he chooses to.
+ // <tr1/functional> if they choose to.
# else
# include <tr1/tuple> // NOLINT
# endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302