aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-02 18:58:01 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-02 18:58:01 +0000
commit98c28d6cc5c5f82139199337a97c5bf2474e2be0 (patch)
tree67fc04eb741488321bd19971f2fa56d2d0e6ca7a /usr.bin/make/job.h
parent84d4f509f028145ca2f9519734a32a2acabfcfb9 (diff)
Notes
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index fec55f728ddb..e52b9cc098d3 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -65,7 +65,7 @@
* 1) The process id of the child shell
* 2) The graph node describing the target being made by this job
* 3) A LstNode for the first command to be saved after the job
- * completes. This is NILLNODE if there was no "..." in the job's
+ * completes. This is NULL if there was no "..." in the job's
* commands.
* 4) An FILE* for writing out the commands. This is only
* used before the job is actually started.