From: Martin Storsjo Date: Sat, 16 Sep 2017 20:52:05 +0000 (+0000) Subject: Fix a typo in the documentation. NFC. X-Git-Tag: llvmorg-6.0.0-rc1~7887 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbf17cf048387b59b5c9ddce28efe2c512edd8b6;p=platform%2Fupstream%2Fllvm.git Fix a typo in the documentation. NFC. llvm-svn: 313470 --- diff --git a/libunwind/docs/index.rst b/libunwind/docs/index.rst index 7e0b600..c44a237 100644 --- a/libunwind/docs/index.rst +++ b/libunwind/docs/index.rst @@ -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