[libunwind] [libunwind][NFC] Typo fixes & comments corrections & code style changes. (PR #174565)

Benjamin Maxwell via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 18 05:13:56 PST 2026


================
@@ -120,10 +120,10 @@ typedef int (*unw_find_dynamic_unwind_sections)(
 extern int __unw_add_find_dynamic_unwind_sections(
     unw_find_dynamic_unwind_sections find_dynamic_unwind_sections);
 
-// Deregister a dynacim unwind-info lookup callback.
+// Deregister a dynamic unwind-info lookup callback.
 //
 // Returns UNW_ESUCCESS for successful deregistrations. If the given callback
-// has already been registered then UNW_EINVAL will be returned.
+// does not present then UNW_EINVAL will be returned.
----------------
MacDue wrote:

Most of these fixes are okay, but this change does not make sense. 

https://github.com/llvm/llvm-project/pull/174565


More information about the cfe-commits mailing list