summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-01 00:52:28 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-01 00:52:28 +0000
commit020c0b06693cd65d9fc0fdad0df8d827938df398 (patch)
tree357eb124000cb0846dd271b2953698cd674964d1 /usr.bin/make
parentb10887dc2b5e16221d7f03cd5ac6ef4fb431be07 (diff)
downloadFreeBSD-src-020c0b06693cd65d9fc0fdad0df8d827938df398.zip
FreeBSD-src-020c0b06693cd65d9fc0fdad0df8d827938df398.tar.gz
Remove a stray asterisk in a comment.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index 60fc736..1431687 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -1073,7 +1073,7 @@ Dir_AddDir (path, name)
* specifically instead of assuming readdir() reuturns them in
* that order when first going through a directory. This is
* needed for XFS over NFS filesystems since SGI does not
- * guarantee that these are * the first two entries returned
+ * guarantee that these are the first two entries returned
* from readdir().
*/
if (ISDOT(dp->d_name) || ISDOTDOT(dp->d_name))
OpenPOWER on IntegriCloud