From 1a6fa6b6e77f52adadc657af5146b7982ea82e36 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Wed, 8 Nov 2006 20:32:37 +0000 Subject: [PATCH] Fix comment --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index ee1eb63..d254457 100644 --- a/test.c +++ b/test.c @@ -167,7 +167,7 @@ test_readname() rv = readname(onejump, sizeof(onejump), &data, buf, 256); assert(rv == 9); - // These two tests use malloc to fail with segfault if jump is executed + // These two tests use malloc to cause segfault if jump is executed bzero(buf, sizeof(buf)); jumper = malloc(sizeof(badjump)); if (jumper) {