From 020c0b06693cd65d9fc0fdad0df8d827938df398 Mon Sep 17 00:00:00 2001 From: jmallett Date: Sat, 1 Jun 2002 00:52:28 +0000 Subject: Remove a stray asterisk in a comment. --- usr.bin/make/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make') 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)) -- cgit v1.1