--- src/usr.bin/make/lst.lib/Attic/lstIsAtEnd.c 2004/12/10 19:22:25 1.5 +++ src/usr.bin/make/lst.lib/Attic/lstIsAtEnd.c 2004/12/16 23:24:10 1.6 @@ -44,9 +44,8 @@ * Tell if the current node is at the end of the list. * The sequential functions access the list in a slightly different way. * CurPtr points to their idea of the current node in the list and they - * access the list based on it. Because the list is circular, Lst_Next - * and Lst_Prev will go around the list forever. Lst_IsAtEnd must be - * used to determine when to stop. + * access the list based on it. Lst_IsAtEnd must be used to determine + * when to stop. */ #include "make.h"