Fix a grammar issue I introduced.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 11 Mar 2015 00:19:01 +0000 (00:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 11 Mar 2015 00:19:01 +0000 (00:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231894 91177308-0d34-0410-b5e6-96231b3b80d8

utils/unittest/googletest/include/gtest/internal/gtest-port.h

index 477cf714a6d8a105949538e0749ee6cdc3a0d6af..9ddcea1fbf99d321f9e38c7cb10f7505de76ba52 100644 (file)
 #   define _TR1_FUNCTIONAL 1
 #   include <tr1/tuple>
 #   undef _TR1_FUNCTIONAL  // Allows the user to #include
 #   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
 #  else
 #   include <tr1/tuple>  // NOLINT
 #  endif  // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302