Fix comment

This commit is contained in:
Erik Ekman 2006-11-08 20:32:37 +00:00
parent 4db285fe8e
commit 1a6fa6b6e7

2
test.c
View file

@ -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) {