fix comment mistake
authorYann Rouillard <yann@pleiades.fr.eu.org>
Sun, 19 May 2013 16:44:00 +0000 (18:44 +0200)
committerYann Rouillard <yann@pleiades.fr.eu.org>
Sun, 19 May 2013 16:44:00 +0000 (18:44 +0200)
scripts/elfdump.py

index 8cf66f1d42392cc0962a7519b271e5a41a38fc5c..400a29eaf06c8b2f974d40493d35729d9adbd88b 100755 (executable)
@@ -105,7 +105,7 @@ class Elfdump(object):
                     boundto = bytes2str(dyn_tag.needed)
                     index = '[%d]' % syminfo['si_boundto']
 
-                # syminfo names are truncated to 25 chars, similarly to readelf
+                # syminfo names are truncated to 24 chars, similarly to elfdump
                 self._emitline('%10s  %-5s %10s %-24s %s' % (
                     '[%d]' % (int(nsym)),
                     describe_syminfo_flags(syminfo['si_flags']),