[libunwind] Fix a typo in a debug log message. NFC.
authorMartin Storsjö <martin@martin.st>
Wed, 5 Apr 2023 07:56:42 +0000 (10:56 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 6 Apr 2023 08:07:41 +0000 (11:07 +0300)
commita017aefeac9c7128b5fd702098381abc09508e45
tree34ae4a94409ee5e1bcd00d327dbe427fa98b6bb4
parent16857c4a30da502297ad3ac731ae3fb1a9e5d611
[libunwind] Fix a typo in a debug log message. NFC.

This typo (unw_step instead of unw_get_proc_info) has been around since
the initial public commit of libunwind.

Differential Revision: https://reviews.llvm.org/D147631
libunwind/src/Unwind-EHABI.cpp
libunwind/src/Unwind-seh.cpp
libunwind/src/UnwindLevel1.c