[libcxx] r262771 - libc++: fix typo
JF Bastien via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 5 06:22:04 PST 2016
Author: jfb
Date: Sat Mar 5 08:22:02 2016
New Revision: 262771
URL: http://llvm.org/viewvc/llvm-project?rev=262771&view=rev
Log:
libc++: fix typo
Modified:
libcxx/trunk/CMakeLists.txt
Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=262771&r1=262770&r2=262771&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Sat Mar 5 08:22:02 2016
@@ -251,7 +251,7 @@ string(TOUPPER "${CMAKE_BUILD_TYPE}" upp
# Setup Compiler Flags
#===============================================================================
-include(HandleLibCXXABI) # Steup the ABI library flags
+include(HandleLibCXXABI) # Setup the ABI library flags
# Include macros for adding and removing libc++ flags.
include(HandleLibcxxFlags)
More information about the cfe-commits
mailing list