|
From: <sv...@va...> - 2005-06-28 02:54:58
|
Author: njn
Date: 2005-06-28 03:54:52 +0100 (Tue, 28 Jun 2005)
New Revision: 4040
Log:
Fix comment.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2005-06-28 02:45:29 UTC (rev 4039)
+++ trunk/coregrind/m_main.c 2005-06-28 02:54:52 UTC (rev 4040)
@@ -1966,8 +1966,8 @@
=20
if (VG_(clo_n_suppressions) < VG_CLO_MAX_SFILES-1 &&
(VG_(needs).core_errors || VG_(needs).tool_errors)) {
- /* If there are no suppression files specified and the tool
- needs one, load the default */
+ /* If we haven't reached the max number of suppressions, load
+ the default one. */
static const Char default_supp[] =3D "default.supp";
Int len =3D VG_(strlen)(VG_(libdir)) + 1 + sizeof(default_supp);
Char *buf =3D VG_(arena_malloc)(VG_AR_CORE, len);
|