Add missing words to comment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8015
This commit is contained in:
Julian Seward 2008-05-07 00:23:28 +00:00
parent 5c6a8cc4dc
commit 1cfc256f1d

View 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>