summaryrefslogtreecommitdiff
path: root/include/libunwind.h
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
commit63469ffb83da03e4fd54185bf14384221dc3b1c5 (patch)
tree04c0a2cde7766c08880cc429f2d5b84b1ca0bbc6 /include/libunwind.h
parent878c40b2f240ee9f57be7dce86caf7650f79dc7f (diff)
libunwind: Use conventional DWARF capitalization in comments and errors
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@275996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/libunwind.h')
-rw-r--r--include/libunwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libunwind.h b/include/libunwind.h
index c5b9633..726c49b 100644
--- a/include/libunwind.h
+++ b/include/libunwind.h
@@ -75,8 +75,8 @@ struct unw_proc_info_t {
unw_word_t gp; /* not used */
unw_word_t flags; /* not used */
uint32_t format; /* compact unwind encoding, or zero if none */
- uint32_t unwind_info_size; /* size of dwarf unwind info, or zero if none */
- unw_word_t unwind_info; /* address of dwarf unwind info, or zero */
+ uint32_t unwind_info_size; /* size of DWARF unwind info, or zero if none */
+ unw_word_t unwind_info; /* address of DWARF unwind info, or zero */
unw_word_t extra; /* mach_header of mach-o image containing func */
};
typedef struct unw_proc_info_t unw_proc_info_t;