Index: trunk/src/main.c =================================================================== --- trunk/src/main.c (revision 18862) +++ trunk/src/main.c (revision 18863) @@ -255,8 +255,7 @@ /* Free up memory allocated to the PCB. Why bother when we're about to exit ? * Because it removes some false positives from heap bug detectors such as - * lib dmalloc. - */ + * valgrind. */ pcb_board_free(PCB); free(PCB); PCB = NULL;