diff options
Diffstat (limited to 'include/llvm/Object/MachOFormat.h')
-rw-r--r-- | include/llvm/Object/MachOFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/MachOFormat.h b/include/llvm/Object/MachOFormat.h index 0320f6f7f1..1e1bd95248 100644 --- a/include/llvm/Object/MachOFormat.h +++ b/include/llvm/Object/MachOFormat.h @@ -190,7 +190,7 @@ namespace macho { uint32_t Type; uint32_t Size; - uint32_t LocalSymbolIndex; + uint32_t LocalSymbolsIndex; uint32_t NumLocalSymbols; uint32_t ExternalSymbolsIndex; |