[libcxx] r298766 - [libc++] Fix some comment typos

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


Author: smeenai
Date: Fri Mar 24 22:42:20 2017
New Revision: 298766

URL: http://llvm.org/viewvc/llvm-project?rev=298766&view=rev
Log:
[libc++] Fix some comment typos

Remove a stray letter, add a missing letter. 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=298766&r1=298765&r2=298766&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Fri Mar 24 22:42:20 2017
@@ -414,9 +414,9 @@ remove_flags(-stdlib=libc++ -stdlib=libs
 # non-debug DLLs
 remove_flags("/D_DEBUG" "/MTd" "/MDd" "/MT" "/Md")
 
-# FIXME(EricWF): See the FIXME on LIBCXX_ENABLE_PEqDANTIC.
+# FIXME(EricWF): See the FIXME on LIBCXX_ENABLE_PEDANTIC.
 # Remove the -pedantic flag and -Wno-pedantic and -pedantic-errors
-# so they don't get transformed into -Wno and -errors respectivly.
+# so they don't get transformed into -Wno and -errors respectively.
 remove_flags(-Wno-pedantic -pedantic-errors -pedantic)
 
 # Required flags ==============================================================




More information about the cfe-commits mailing list