X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fpool.c;h=141d8ab40323b94fea587ce801369bde6938b7aa;hb=ac2f16c0421fc0d2d404f9555db5f2eb5d555a7b;hp=2a6a6b54017a6285815266ff50da32c126028725;hpb=480a0746507ce73d26f528b56dc3ed80195096e0;p=pspp diff --git a/src/libpspp/pool.c b/src/libpspp/pool.c index 2a6a6b5401..141d8ab403 100644 --- a/src/libpspp/pool.c +++ b/src/libpspp/pool.c @@ -100,8 +100,8 @@ union align /* DISCRETE_BLOCKS may be declared as nonzero to prevent suballocation of blocks. This is useful under memory - debuggers like Checker or valgrind because it allows the - source location of bugs to be more accurately pinpointed. + debuggers like valgrind because it allows the source location + of bugs to be more accurately pinpointed. On the other hand, if we're testing the library, then we want to test the library's real functionality, not its crippled, slow,