[libunwind] fix comment in compact_unwind_encoding.h

llvm-svn: 224656
This commit is contained in:
Nick Kledzik 2014-12-20 01:14:38 +00:00
parent 3ab98895bc
commit fcf7c85c43
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ struct unwind_info_section_header
uint32_t indexSectionOffset;
uint32_t indexCount;
// compact_unwind_encoding_t[]
// uintptr_t personalities[]
// uint32_t personalities[]
// unwind_info_section_header_index_entry[]
// unwind_info_section_header_lsda_index_entry[]
};