mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 08:31:13 +00:00
[libc++] Fix some comment typos
Remove a stray letter, add a missing letter. No functional change. llvm-svn: 298766
This commit is contained in:
parent
2fd2eda0ac
commit
f88923d9bf
@ -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 ==============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user