aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/MachOFormat.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-12-10 06:19:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-12-10 06:19:39 +0000
commita87d7ec234e1d4a31f4403ee9495d7700e6a593c (patch)
tree2c676e51c06087a625db7c5c1db36685cf27ea06 /include/llvm/Object/MachOFormat.h
parentc79637c3cdeaf72f2430d2ec056547efad53c1ed (diff)
Mach-O: Tweak field name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Object/MachOFormat.h')
-rw-r--r--include/llvm/Object/MachOFormat.h2
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;