summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstIsEmpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/lst.lib/lstIsEmpty.c')
-rw-r--r--usr.bin/make/lst.lib/lstIsEmpty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c
index a73005b..8017ac0 100644
--- a/usr.bin/make/lst.lib/lstIsEmpty.c
+++ b/usr.bin/make/lst.lib/lstIsEmpty.c
@@ -59,8 +59,8 @@ __RCSID("$FreeBSD$");
* Side Effects:
* None.
*
- * A list is considered empty if its firstPtr == NilListNode (or if
- * the list itself is NILLIST).
+ * A list is considered empty if its firstPtr == NULL (or if
+ * the list itself is NULLLIST).
*-----------------------------------------------------------------------
*/
Boolean
OpenPOWER on IntegriCloud