From 04b997e5179c85a6a865dcf38e62c37a314ada96 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 11 Mar 2015 00:19:01 +0000 Subject: Fix a grammar issue I introduced. llvm-svn: 231894 --- llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/unittest/googletest/include') 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 # 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 -- cgit v1.2.3