summaryrefslogtreecommitdiffstats
path: root/libunwind/src/libunwind.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-07-19 17:15:50 +0000
committerEd Maste <emaste@freebsd.org>2016-07-19 17:15:50 +0000
commitc073b1bac913b2555c95d843688e688faaf3c4d3 (patch)
tree0cd795dd85fd49f7e568d600dc60c69493d14fb2 /libunwind/src/libunwind.cpp
parent8b76ebe5b8b7db54158c246114d9cb58d188f280 (diff)
downloadbcm5719-llvm-c073b1bac913b2555c95d843688e688faaf3c4d3.tar.gz
bcm5719-llvm-c073b1bac913b2555c95d843688e688faaf3c4d3.zip
libunwind: Use conventional DWARF capitalization in comments and errors
llvm-svn: 275996
Diffstat (limited to 'libunwind/src/libunwind.cpp')
-rw-r--r--libunwind/src/libunwind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/libunwind.cpp b/libunwind/src/libunwind.cpp
index 95f2dc020dc..b42d8b70e6f 100644
--- a/libunwind/src/libunwind.cpp
+++ b/libunwind/src/libunwind.cpp
@@ -306,7 +306,7 @@ _LIBUNWIND_EXPORT void unw_save_vfp_as_X(unw_cursor_t *cursor) {
#if _LIBUNWIND_SUPPORT_DWARF_UNWIND
-/// SPI: walks cached dwarf entries
+/// SPI: walks cached DWARF entries
_LIBUNWIND_EXPORT void unw_iterate_dwarf_unwind_cache(void (*func)(
unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
_LIBUNWIND_TRACE_API("unw_iterate_dwarf_unwind_cache(func=%p)\n",
OpenPOWER on IntegriCloud