Remove a stray asterisk in a comment.

This commit is contained in:
Juli Mallett 2002-06-01 00:52:28 +00:00
parent f0184ff8e3
commit 30617de0f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97686

View file

@ -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))