]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing words to comment.
authorJulian Seward <jseward@acm.org>
Wed, 7 May 2008 00:23:28 +0000 (00:23 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 7 May 2008 00:23:28 +0000 (00:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8015

memcheck/tests/origin2-not-quite.c

index 7c7ef67e75de0ab1c0190937319ff41e2be1223d..a973173d62bac1fadfaba95cb04f82bcb490757e 100644 (file)
@@ -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>