Fix typo.

llvm-svn: 79738
This commit is contained in:
Daniel Dunbar 2009-08-22 10:09:17 +00:00
parent 87671b7fdc
commit db52f9c650
1 changed files with 1 additions and 1 deletions

View File

@ -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()