[libcxx-commits] [PATCH] D72151: [libcxxabi] NFC: Fix trivial typos in comments

Jim Lin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 21 19:40:37 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdac7cda3a84e: [libcxxabi] NFC: Fix trivial typos in comments (authored by kiszk, committed by Jim).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72151/new/

https://reviews.llvm.org/D72151

Files:
  libcxxabi/src/CMakeLists.txt
  libcxxabi/test/test_demangle.pass.cpp


Index: libcxxabi/test/test_demangle.pass.cpp
===================================================================
--- libcxxabi/test/test_demangle.pass.cpp
+++ libcxxabi/test/test_demangle.pass.cpp
@@ -30022,7 +30022,7 @@
             std::free(demang);
             break;
         case 1:
-            std::cout << "not immplemented\n";
+            std::cout << "not implemented\n";
             break;
         }
         std::cout << '\n';
Index: libcxxabi/src/CMakeLists.txt
===================================================================
--- libcxxabi/src/CMakeLists.txt
+++ libcxxabi/src/CMakeLists.txt
@@ -255,7 +255,7 @@
     set(MERGE_ARCHIVES_LIBTOOL "--use-libtool" "--libtool" "${CMAKE_LIBTOOL}")
   endif()
 
-  # Merge the the libc++abi.a and libunwind.a into one.
+  # Merge the libc++abi.a and libunwind.a into one.
   if(LIBCXXABI_USE_LLVM_UNWINDER AND LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY)
     add_custom_command(TARGET cxxabi_static POST_BUILD
       COMMAND ${PYTHON_EXECUTABLE} ${LIBCXXABI_LIBCXX_PATH}/utils/merge_archives.py


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72151.239482.patch
Type: text/x-patch
Size: 1070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200122/fe49539b/attachment.bin>


More information about the libcxx-commits mailing list