|
From: <sv...@va...> - 2008-11-19 16:34:05
|
Author: sewardj Date: 2008-11-19 16:33:59 +0000 (Wed, 19 Nov 2008) New Revision: 8787 Log: Fix comment typo. Modified: trunk/helgrind/hg_intercepts.c Modified: trunk/helgrind/hg_intercepts.c =================================================================== --- trunk/helgrind/hg_intercepts.c 2008-11-19 11:52:14 UTC (rev 8786) +++ trunk/helgrind/hg_intercepts.c 2008-11-19 16:33:59 UTC (rev 8787) @@ -1585,7 +1585,7 @@ /*----------------------------------------------------------------*/ /*--- Replacements for basic string functions, that don't ---*/ -/*--- the input arrays. ---*/ +/*--- overrun the input arrays. ---*/ /*----------------------------------------------------------------*/ /* Copied verbatim from memcheck/mc_replace_strmem.c. When copying |