summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-22 10:09:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-22 10:09:17 +0000
commitdb52f9c650218cdfb02a4d1166dc236faa5f46b6 (patch)
treece40035001a925b6254773e2544ebc06ea45f07e /llvm/test/Scripts
parent87671b7fdc99db40b7b21061db151f747d13d31e (diff)
downloadbcm5719-llvm-db52f9c650218cdfb02a4d1166dc236faa5f46b6.tar.gz
bcm5719-llvm-db52f9c650218cdfb02a4d1166dc236faa5f46b6.zip
Fix typo.
llvm-svn: 79738
Diffstat (limited to 'llvm/test/Scripts')
-rwxr-xr-xllvm/test/Scripts/macho-dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Scripts/macho-dump b/llvm/test/Scripts/macho-dump
index c41482c6ebf..665399d06dd 100755
--- a/llvm/test/Scripts/macho-dump
+++ b/llvm/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()
OpenPOWER on IntegriCloud