diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstIsAtEnd.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstIsAtEnd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index f8881f0..5341743 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -46,9 +46,8 @@ __FBSDID("$FreeBSD$"); * 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" |