|
From: <sv...@va...> - 2008-05-07 00:23:22
|
Author: sewardj Date: 2008-05-07 01:23:28 +0100 (Wed, 07 May 2008) New Revision: 8015 Log: Add missing words to comment. Modified: trunk/memcheck/tests/origin2-not-quite.c Modified: trunk/memcheck/tests/origin2-not-quite.c =================================================================== --- trunk/memcheck/tests/origin2-not-quite.c 2008-05-07 00:22:47 UTC (rev 8014) +++ trunk/memcheck/tests/origin2-not-quite.c 2008-05-07 00:23:28 UTC (rev 8015) @@ -2,8 +2,8 @@ /* This test case was originally written by Nicholas Nethercote. */ // This test demonstrates some cases that the piggybacking algorithm -// but conceivably might, with more modifications. The instrumentation -// based algorithm handles them ok, though. +// doesn't handle but conceivably might, with more modifications. +// The instrumentation based algorithm handles them ok, though. #include <assert.h> #include <stdlib.h> |