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)


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to