[libcxx] r298763 - [libc++] Fix capitalization in comment

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 20:22:35 PDT 2017


Author: smeenai
Date: Fri Mar 24 22:22:35 2017
New Revision: 298763

URL: http://llvm.org/viewvc/llvm-project?rev=298763&view=rev
Log:
[libc++] Fix capitalization in comment

Fix a stray capital letter in the middle of a sentence. No functional
change.

Modified:
    libcxx/trunk/CMakeLists.txt

Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=298763&r1=298762&r2=298763&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Fri Mar 24 22:22:35 2017
@@ -142,7 +142,7 @@ option(LIBCXX_ENABLE_STATIC_ABI_LIBRARY
 
 # Generate and install a linker script inplace of libc++.so. The linker script
 # will link libc++ to the correct ABI library. This option is on by default
-# On UNIX platforms other than Apple unless 'LIBCXX_ENABLE_STATIC_ABI_LIBRARY'
+# on UNIX platforms other than Apple unless 'LIBCXX_ENABLE_STATIC_ABI_LIBRARY'
 # is on. This option is also disabled when the ABI library is not specified
 # or is specified to be "none".
 set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE OFF)




More information about the cfe-commits mailing list