summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 c41482c6eb..665399d06d 100755
--- a/test/Scripts/macho-dump
+++ b/test/Scripts/macho-dump
@@ -162,7 +162,7 @@ def dumpNlist32(f, i, opts):
n_type = f.read8()
print " ('n_type', %#x)" % n_type
n_sect = f.read8()
- print " ('n_type', %r)" % n_sect
+ print " ('n_sect', %r)" % n_sect
n_desc = f.read16()
print " ('n_desc', %r)" % n_desc
n_value = f.read32()