macho-dump: Fix typo.

llvm-svn: 120185
diff --git a/llvm/test/Scripts/macho-dump b/llvm/test/Scripts/macho-dump
index 8c9fa59..71e06d8 100755
--- a/llvm/test/Scripts/macho-dump
+++ b/llvm/test/Scripts/macho-dump
@@ -82,7 +82,7 @@
    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