|
From: <sv...@va...> - 2014-07-28 15:52:16
|
Author: petarj
Date: Mon Jul 28 15:52:04 2014
New Revision: 14199
Log:
fix comment when calling get_sym_name()
Fix incorrect comment, spotted by Florian K.
Modified:
trunk/coregrind/m_debuginfo/debuginfo.c
Modified: trunk/coregrind/m_debuginfo/debuginfo.c
==============================================================================
--- trunk/coregrind/m_debuginfo/debuginfo.c (original)
+++ trunk/coregrind/m_debuginfo/debuginfo.c Mon Jul 28 15:52:04 2014
@@ -1787,7 +1787,7 @@
a, fnname, 64,
/*match_anywhere_in_sym*/True,
/*show offset?*/False,
- /*data syms only please*/True,
+ /*text syms only*/True,
offset );
}
|