diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-11-27 04:00:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-11-27 04:00:06 +0000 |
commit | 1440fd3539eef212bafa65a1db715e9a22e636f7 (patch) | |
tree | 756a13998afad0c36545e96c077b49b05e6c0941 /llvm/test/Scripts/macho-dump | |
parent | 002a3c506a4e2662c9c36ae60c2cbd912111db45 (diff) | |
download | bcm5719-llvm-1440fd3539eef212bafa65a1db715e9a22e636f7.tar.gz bcm5719-llvm-1440fd3539eef212bafa65a1db715e9a22e636f7.zip |
macho-dump: Fix typo.
llvm-svn: 120185
Diffstat (limited to 'llvm/test/Scripts/macho-dump')
-rwxr-xr-x | llvm/test/Scripts/macho-dump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Scripts/macho-dump b/llvm/test/Scripts/macho-dump index 8c9fa59c601..71e06d837b9 100755 --- a/llvm/test/Scripts/macho-dump +++ b/llvm/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 |