sys/sys: Use a more common spelling of 'dirent'

Submitted by:	Domagoj Stolfa <domagoj.stolfa@gmail.com>
MFC After:	3 days
This commit is contained in:
Eitan Adler 2018-03-01 22:38:21 +00:00
parent b8f3641f0d
commit 58dcf3ff97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330256

View File

@ -112,7 +112,7 @@ struct freebsd11_dirent {
/*
* The _GENERIC_DIRSIZ macro gives the minimum record length which will hold
* the directory entry. This returns the amount of space in struct direct
* the directory entry. This returns the amount of space in struct dirent
* without the d_name field, plus enough space for the name with a terminating
* null byte (dp->d_namlen+1), rounded up to a 8 byte boundary.
*