Fix a typo in the documentation. NFC.

llvm-svn: 313470
This commit is contained in:
Martin Storsjo 2017-09-16 20:52:05 +00:00
parent b9fad9fd12
commit dbf17cf048
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ that never materialized (e.g. remote unwinding).
The unwinder has two levels of API. The high level APIs are the `_Unwind_*`
functions which implement functionality required by `__cxa_*` exception
funcionts. The low level APIs are the `unw_*` functions which are an interface
functions. The low level APIs are the `unw_*` functions which are an interface
defined by the old HP libunwind project.
Getting Started with libunwind