]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix comment when calling get_sym_name()
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 28 Jul 2014 15:52:04 +0000 (15:52 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Mon, 28 Jul 2014 15:52:04 +0000 (15:52 +0000)
Fix incorrect comment, spotted by Florian K.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14199

coregrind/m_debuginfo/debuginfo.c

index 0e73f07dd8cea4d2f53f36308c207f67d964e885..333b8c57e3686a45c100e3986b95a49f951eff97 100644 (file)
@@ -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 );
 }