Fix a grammar issue I introduced.

llvm-svn: 231894
This commit is contained in:
Chandler Carruth 2015-03-11 00:19:01 +00:00
parent 1305553a21
commit 23b4c5bd46

View File

@ -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