From f669662a5f7224bf452ced34f49974382f52d792 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Sat, 16 Sep 2017 20:52:05 +0000 Subject: Fix a typo in the documentation. NFC. git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@313470 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7e0b600..c44a237 100644 --- a/docs/index.rst +++ b/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 -- cgit v1.2.3