summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/hash.c')
-rw-r--r--usr.bin/make/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c
index 5053c28..684f3a6 100644
--- a/usr.bin/make/hash.c
+++ b/usr.bin/make/hash.c
@@ -356,7 +356,7 @@ Hash_EnumNext(searchPtr)
/*
* The hashEntryPtr field points to the most recently returned
- * entry, or is nil if we are starting up. If not nil, we have
+ * entry, or is NULL if we are starting up. If not NULL, we have
* to start at the next one in the chain.
*/
e = searchPtr->hashEntryPtr;
OpenPOWER on IntegriCloud