summaryrefslogtreecommitdiff
path: root/libunwind/docs
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
commitdbf17cf048387b59b5c9ddce28efe2c512edd8b6 (patch)
tree4eda5148e2ab70f37ede0934b4d8ae034014deea /libunwind/docs
parentb9fad9fd12c624deb636fb060f605c86a54d5e7c (diff)
downloadllvm-dbf17cf048387b59b5c9ddce28efe2c512edd8b6.tar.gz
Fix a typo in the documentation. NFC.
llvm-svn: 313470
Diffstat (limited to 'libunwind/docs')
-rw-r--r--libunwind/docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/docs/index.rst b/libunwind/docs/index.rst
index 7e0b600a3329..c44a23704f15 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