Checker is really obsolete now.
authorBen Pfaff <blp@gnu.org>
Wed, 10 Jan 2007 03:43:31 +0000 (03:43 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 10 Jan 2007 03:43:31 +0000 (03:43 +0000)
src/libpspp/pool.c

index 2a6a6b54017a6285815266ff50da32c126028725..141d8ab40323b94fea587ce801369bde6938b7aa 100644 (file)
@@ -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,