Fix a typo in the documentation. NFC.
authorMartin Storsjo <martin@martin.st>
Sat, 16 Sep 2017 20:52:05 +0000 (20:52 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 16 Sep 2017 20:52:05 +0000 (20:52 +0000)
llvm-svn: 313470

libunwind/docs/index.rst

index 7e0b600..c44a237 100644 (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