]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Tweak comments and remove an unnecessary #include.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 20 Jun 2005 23:58:15 +0000 (23:58 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 20 Jun 2005 23:58:15 +0000 (23:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3972

coregrind/m_aspacemgr/read_procselfmaps.c
coregrind/m_libcassert.c
coregrind/pub_core_debuginfo.h

index f7b17df4c9f52e3c90f194558eff325f58b6daab..547d7048e6f0bb5145241a4bf93476359b8afdeb 100644 (file)
@@ -30,7 +30,6 @@
 */
 
 #include "pub_core_basics.h"
-#include "pub_core_threadstate.h"   // needed for pub_core_aspacemgr.h
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
 #include "pub_core_libcassert.h"
index fdc3ac8973f9f4b672cd33c9cdf1307fb6bc3c3b..91e99b66f9d7b8b10b4601021093d25eb0384acf 100644 (file)
@@ -36,7 +36,7 @@
 #include "pub_core_libcproc.h"      // For VG_(gettid)()
 #include "pub_core_stacktrace.h"
 #include "pub_core_syscall.h"
-#include "pub_core_tooliface.h"     // For VG_(details)
+#include "pub_core_tooliface.h"     // For VG_(details).{name,bug_reports_to}
 #include "vki_unistd.h"
 
 /* ---------------------------------------------------------------------
index 889595ef9a7c9e9476633a0fa6a2229c73bcfbd9..55f13ba5592f9f7515c0c50da71b75c40a9e8b77 100644 (file)
@@ -36,7 +36,7 @@
 // to get file and function names, line numbers, variable types, and
 // to help stack unwinding.
 //
-// And it's internals are currently a mess.  It's interface is ugly, too.
+// And its internals are currently a mess.  Its interface is ugly, too.
 //--------------------------------------------------------------------
 
 #include "pub_tool_debuginfo.h"