diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-03-11 00:15:44 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-03-11 00:15:44 +0000 |
commit | dfcd3dcf81f2df131a6a426711eedaab94e64ce8 (patch) | |
tree | 88feeb4ac9253ce73ce3d8bf287111bd474cd33c | |
parent | ed1cb88c8af73d9b7810d30004d508c76610d9b9 (diff) | |
download | bcm5719-llvm-dfcd3dcf81f2df131a6a426711eedaab94e64ce8.tar.gz bcm5719-llvm-dfcd3dcf81f2df131a6a426711eedaab94e64ce8.zip |
Inspired by r231891, use gender neutral pronouns in the places I've
found in LLVM.
llvm-svn: 231893
-rw-r--r-- | llvm/docs/MergeFunctions.rst | 6 | ||||
-rw-r--r-- | llvm/utils/unittest/googletest/include/gtest/gtest.h | 2 | ||||
-rw-r--r-- | llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/MergeFunctions.rst b/llvm/docs/MergeFunctions.rst index 6b8012e4b0c..b2f6030edc1 100644 --- a/llvm/docs/MergeFunctions.rst +++ b/llvm/docs/MergeFunctions.rst @@ -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 +a 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 ====== diff --git a/llvm/utils/unittest/googletest/include/gtest/gtest.h b/llvm/utils/unittest/googletest/include/gtest/gtest.h index 07ed92b57c0..257cee69d58 100644 --- a/llvm/utils/unittest/googletest/include/gtest/gtest.h +++ b/llvm/utils/unittest/googletest/include/gtest/gtest.h @@ -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. diff --git a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h index f5bfd4e1d2e..477cf714a6d 100644 --- a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h +++ b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h @@ -503,7 +503,7 @@ # 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 |