--- src/usr.bin/make/lst.lib/Attic/lstRemove.c 2004/12/10 19:22:25 1.6 +++ src/usr.bin/make/lst.lib/Attic/lstRemove.c 2004/12/16 23:24:10 1.7 @@ -106,8 +106,7 @@ Lst_Remove(Lst list, LstNode ln) /* * the only way firstPtr can still point to ln is if ln is the last - * node on the list (the list is circular, so ln->nextptr == ln in - * this case). The list is, therefore, empty and is marked as such + * node on the list. The list is, therefore, empty and is marked as such */ if (list->firstPtr == ln) { list->firstPtr = NULL;