File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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';
You can’t perform that action at this time.
0 commit comments