diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-03-11 00:19:01 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-03-11 00:19:01 +0000 |
commit | 04b997e5179c85a6a865dcf38e62c37a314ada96 (patch) | |
tree | 9493ec75c0334ab6a44be25cd2d1726f73d8ae08 /llvm/utils/unittest/googletest/include | |
parent | dfcd3dcf81f2df131a6a426711eedaab94e64ce8 (diff) | |
download | bcm5719-llvm-04b997e5179c85a6a865dcf38e62c37a314ada96.tar.gz bcm5719-llvm-04b997e5179c85a6a865dcf38e62c37a314ada96.zip |
Fix a grammar issue I introduced.
llvm-svn: 231894
Diffstat (limited to 'llvm/utils/unittest/googletest/include')
-rw-r--r-- | llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 477cf714a6d..9ddcea1fbf9 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 they chooses to. + // <tr1/functional> if they choose to. # else # include <tr1/tuple> // NOLINT # endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 |