--- src/usr.bin/make/lst.lib/Attic/lstClose.c 2004/12/08 11:26:39 1.4 +++ src/usr.bin/make/lst.lib/Attic/lstClose.c 2004/12/16 23:24:10 1.5 @@ -44,9 +44,8 @@ * Close a list for sequential access. * 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"