diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2002-06-01 00:52:28 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-06-01 00:52:28 +0000 |
commit | 30617de0f3f4364f729f2a5ee0f7d72709ea4488 (patch) | |
tree | 357eb124000cb0846dd271b2953698cd674964d1 /usr.bin/make/dir.c | |
parent | f0184ff8e3b84a1c7273492d8854cfaa012060b5 (diff) | |
download | src-30617de0f3f4364f729f2a5ee0f7d72709ea4488.tar.gz src-30617de0f3f4364f729f2a5ee0f7d72709ea4488.zip |
Remove a stray asterisk in a comment.
Notes
Notes:
svn path=/head/; revision=97686
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 60fc736920f5..1431687d5a9b 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)) |