From a5ed8a0524227a5709780847283f5cd638536e70 Mon Sep 17 00:00:00 2001 From: Yann Rouillard Date: Sun, 19 May 2013 18:44:00 +0200 Subject: [PATCH] fix comment mistake --- scripts/elfdump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/elfdump.py b/scripts/elfdump.py index 8cf66f1..400a29e 100755 --- a/scripts/elfdump.py +++ b/scripts/elfdump.py @@ -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']), -- 2.30.2