Skip to content

Commit dac7cda

Browse files
kiszktclin914
authored andcommitted
[libcxxabi] NFC: Fix trivial typos in comments
Reviewers: EricWF, mclow.lists, Jim Reviewed By: Jim Subscribers: mgorny, christof, ldionne, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D72151
1 parent f65d4aa commit dac7cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxxabi/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ if (LIBCXXABI_ENABLE_STATIC)
255255
set(MERGE_ARCHIVES_LIBTOOL "--use-libtool" "--libtool" "${CMAKE_LIBTOOL}")
256256
endif()
257257

258-
# Merge the the libc++abi.a and libunwind.a into one.
258+
# Merge the libc++abi.a and libunwind.a into one.
259259
if(LIBCXXABI_USE_LLVM_UNWINDER AND LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY)
260260
add_custom_command(TARGET cxxabi_static POST_BUILD
261261
COMMAND ${PYTHON_EXECUTABLE} ${LIBCXXABI_LIBCXX_PATH}/utils/merge_archives.py

libcxxabi/test/test_demangle.pass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30022,7 +30022,7 @@ int main()
3002230022
std::free(demang);
3002330023
break;
3002430024
case 1:
30025-
std::cout << "not immplemented\n";
30025+
std::cout << "not implemented\n";
3002630026
break;
3002730027
}
3002830028
std::cout << '\n';

0 commit comments

Comments
 (0)