aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
commit46c2a2cfa4db0a7969436da3293dedaadf750470 (patch)
tree9e08fb6b9504917bf2eb917a2e6f067ec3218930 /usr.bin/make/make.h
parentdb4f576472b23c95fa8d8e50e425d45b264e9fd0 (diff)
downloadsrc-46c2a2cfa4db0a7969436da3293dedaadf750470.tar.gz
src-46c2a2cfa4db0a7969436da3293dedaadf750470.zip
More consistancy. file system > filesystem
Notes
Notes: svn path=/head/; revision=96704
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 63c5ab9cd2c2..2e212778900a 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -63,7 +63,7 @@
* The structure for an individual graph node. Each node has several
* pieces of data associated with it.
* 1) the name of the target it describes
- * 2) the location of the target file in the file system.
+ * 2) the location of the target file in the filesystem.
* 3) the type of operator used to define its sources (qv. parse.c)
* 4) whether it is involved in this invocation of make
* 5) whether the target has been remade