[libc++] Fix some comment typos
authorShoaib Meenai <smeenai@fb.com>
Sat, 25 Mar 2017 03:42:20 +0000 (03:42 +0000)
committerShoaib Meenai <smeenai@fb.com>
Sat, 25 Mar 2017 03:42:20 +0000 (03:42 +0000)
Remove a stray letter, add a missing letter. No functional change.

llvm-svn: 298766

libcxx/CMakeLists.txt

index 0e4cab8..ffd8d53 100644 (file)
@@ -414,9 +414,9 @@ remove_flags(-stdlib=libc++ -stdlib=libstdc++)
 # 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 ==============================================================