summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-08-30 13:08:21 +0000
committerEd Maste <emaste@freebsd.org>2016-08-30 13:08:21 +0000
commit17473fd6fcba8ac95ce7246eedafadab27844f27 (patch)
treec8ebaea075e25372e45f8cc25df6f7b4f4b96598 /include
parente55c15b23db226cfec114975e70a6d8a1ff06c76 (diff)
downloadlibunwind_llvm-17473fd6fcba8ac95ce7246eedafadab27844f27.tar.gz
libunwind: correct 'libuwind' typo
There were several instances of libuwind (missing an "n"), dating to the initial import of libunwind. git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@280086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/libunwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libunwind.h b/include/libunwind.h
index 726c49b..bda561a 100644
--- a/include/libunwind.h
+++ b/include/libunwind.h
@@ -6,7 +6,7 @@
// Source Licenses. See LICENSE.TXT for details.
//
//
-// Compatible with libuwind API documented at:
+// Compatible with libunwind API documented at:
// http://www.nongnu.org/libunwind/man/libunwind(3).html
//
//===----------------------------------------------------------------------===//
@@ -120,7 +120,7 @@ extern int unw_init_remote_thread(unw_cursor_t *, unw_addr_space_t, thread_t *);
#endif /* UNW_REMOTE */
/*
- * traditional libuwind "remote" API
+ * traditional libunwind "remote" API
* NOT IMPLEMENTED on Mac OS X
*
* extern int unw_init_remote(unw_cursor_t*, unw_addr_space_t,