summaryrefslogtreecommitdiff
path: root/test/Scripts
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-11-27 04:00:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-11-27 04:00:06 +0000
commit44fa0473ae9144a8cfb4a500ae9de17239e69d2e (patch)
treed060c6cd44deda2e92f2b7a63a1fe7eda7b68b6c /test/Scripts
parent28116c9f498ec3b40dae90b3a94ba4ceb1a2081c (diff)
downloadllvm-44fa0473ae9144a8cfb4a500ae9de17239e69d2e.tar.gz
llvm-44fa0473ae9144a8cfb4a500ae9de17239e69d2e.tar.bz2
llvm-44fa0473ae9144a8cfb4a500ae9de17239e69d2e.tar.xz
macho-dump: Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Scripts')
-rwxr-xr-xtest/Scripts/macho-dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scripts/macho-dump b/test/Scripts/macho-dump
index 8c9fa59c60..71e06d837b 100755
--- a/test/Scripts/macho-dump
+++ b/test/Scripts/macho-dump
@@ -82,7 +82,7 @@ def dumpmacho(path, opts):
print "('filetype', %r)" % filetype
numLoadCommands = f.read32()
- print "('num_load_commands', %r)" % filetype
+ print "('num_load_commands', %r)" % numLoadCommands
loadCommandsSize = f.read32()
print "('load_commands_size', %r)" % loadCommandsSize