From: Petar Jovanovic Date: Mon, 28 Jul 2014 15:52:04 +0000 (+0000) Subject: fix comment when calling get_sym_name() X-Git-Tag: svn/VALGRIND_3_10_0~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c6514c42f5bb05aafc4c7ff56f9cd5fbfce9c6e;p=thirdparty%2Fvalgrind.git fix comment when calling get_sym_name() Fix incorrect comment, spotted by Florian K. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14199 --- diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 0e73f07dd8..333b8c57e3 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -1787,7 +1787,7 @@ Bool VG_(get_inst_offset_in_function)( Addr a, a, fnname, 64, /*match_anywhere_in_sym*/True, /*show offset?*/False, - /*data syms only please*/True, + /*text syms only*/True, offset ); }