Inspired by r231891, use gender neutral pronouns in the places I've
authorChandler Carruth <chandlerc@gmail.com>
Wed, 11 Mar 2015 00:15:44 +0000 (00:15 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 11 Mar 2015 00:15:44 +0000 (00:15 +0000)
found in LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231893 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MergeFunctions.rst
utils/unittest/googletest/include/gtest/gtest.h
utils/unittest/googletest/include/gtest/internal/gtest-port.h

index 6b8012e4b0cc337aeb1f37c1d2ea8517e7162690..b2f6030edc1cc8fa141403ce5f682b0cd32385c3 100644 (file)
@@ -58,8 +58,8 @@ Especially it's important to understand chapter 3 of tutorial:
 
 :doc:`tutorial/LangImpl3`
 
-Reader also should know how passes work in LLVM, he could use next article as a
-reference and start point here:
+Reader also should know how passes work in LLVM, they could use next article as
+reference and start point here:
 
 :doc:`WritingAnLLVMPass`
 
@@ -88,7 +88,7 @@ part describes the merging process.
 In every part author also tried to put the contents into the top-down form.
 First, the top-level methods will be described, while the terminal ones will be
 at the end, in the tail of each part. If reader will see the reference to the
-method that wasn't described yet, he will find its description a bit below.
+method that wasn't described yet, they will find its description a bit below.
 
 Basics
 ======
index 07ed92b57c0dca8caa1520c6cf680cec116cb53c..257cee69d584a9afb41c384132db0b894d4bc55d 100644 (file)
@@ -74,7 +74,7 @@
 // define it to 0 to indicate otherwise.
 //
 // If the user's ::std::string and ::string are the same class due to
-// aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0.
+// aliasing, they should define GTEST_HAS_GLOBAL_STRING to 0.
 //
 // If the user doesn't define GTEST_HAS_GLOBAL_STRING, it is defined
 // heuristically.
index f5bfd4e1d2eecaf73250edd473cefa71b3dc3746..477cf714a6d8a105949538e0749ee6cdc3a0d6af 100644 (file)
 #   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 chooses to.
 #  else
 #   include <tr1/tuple>  // NOLINT
 #  endif  // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302