From: Nicholas Nethercote Date: Mon, 20 Jun 2005 23:58:15 +0000 (+0000) Subject: Tweak comments and remove an unnecessary #include. X-Git-Tag: svn/VALGRIND_3_0_0~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fcef64fd30ecfc17e6d81ee2b126b7d8511dabf;p=thirdparty%2Fvalgrind.git Tweak comments and remove an unnecessary #include. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3972 --- diff --git a/coregrind/m_aspacemgr/read_procselfmaps.c b/coregrind/m_aspacemgr/read_procselfmaps.c index f7b17df4c9..547d7048e6 100644 --- a/coregrind/m_aspacemgr/read_procselfmaps.c +++ b/coregrind/m_aspacemgr/read_procselfmaps.c @@ -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" diff --git a/coregrind/m_libcassert.c b/coregrind/m_libcassert.c index fdc3ac8973..91e99b66f9 100644 --- a/coregrind/m_libcassert.c +++ b/coregrind/m_libcassert.c @@ -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" /* --------------------------------------------------------------------- diff --git a/coregrind/pub_core_debuginfo.h b/coregrind/pub_core_debuginfo.h index 889595ef9a..55f13ba559 100644 --- a/coregrind/pub_core_debuginfo.h +++ b/coregrind/pub_core_debuginfo.h @@ -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"