diff options
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r-- | usr.bin/make/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c00956c..60fc736 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -986,7 +986,7 @@ Dir_MTime (gn) /* * Only do this once -- the second time folks are checking to * see if the file was actually updated, so we need to actually go - * to the file system. + * to the filesystem. */ if (DEBUG(DIR)) { printf("Using cached time %s for %s\n", |