From 23b4c5bd460a88f9091351564f2e2e7a68a4b7d9 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 11 Mar 2015 00:19:01 +0000 Subject: [PATCH] Fix a grammar issue I introduced. llvm-svn: 231894 --- utils/unittest/googletest/include/gtest/internal/gtest-port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/unittest/googletest/include/gtest/internal/gtest-port.h b/utils/unittest/googletest/include/gtest/internal/gtest-port.h index 477cf714a6d..9ddcea1fbf9 100644 --- a/utils/unittest/googletest/include/gtest/internal/gtest-port.h +++ b/utils/unittest/googletest/include/gtest/internal/gtest-port.h @@ -503,7 +503,7 @@ # define _TR1_FUNCTIONAL 1 # include # undef _TR1_FUNCTIONAL // Allows the user to #include - // if they chooses to. + // if they choose to. # else # include // NOLINT # endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302