[libunwind] r313470 - Fix a typo in the documentation. NFC.
Martin Storsjo via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 16 13:52:05 PDT 2017
Author: mstorsjo
Date: Sat Sep 16 13:52:05 2017
New Revision: 313470
URL: http://llvm.org/viewvc/llvm-project?rev=313470&view=rev
Log:
Fix a typo in the documentation. NFC.
Modified:
libunwind/trunk/docs/index.rst
Modified: libunwind/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/libunwind/trunk/docs/index.rst?rev=313470&r1=313469&r2=313470&view=diff
==============================================================================
--- libunwind/trunk/docs/index.rst (original)
+++ libunwind/trunk/docs/index.rst Sat Sep 16 13:52:05 2017
@@ -15,7 +15,7 @@ that never materialized (e.g. remote unw
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
More information about the cfe-commits
mailing list