summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-09-16 20:52:05 +0000
committerMartin Storsjo <martin@martin.st>2017-09-16 20:52:05 +0000
commitf669662a5f7224bf452ced34f49974382f52d792 (patch)
treefba9de95d349134be1bd5cd5cf7948a6a63e6ad1
parent469bacd2ea64679c15bb4d86adf000f2f2c27328 (diff)
downloadlibunwind_llvm-f669662a5f7224bf452ced34f49974382f52d792.tar.gz
Fix a typo in the documentation. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@313470 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
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