o Re-word a comment.

PR:		kern/102127
Submitted by:	Eric Anderson
This commit is contained in:
Maxim Konovalov 2006-08-16 09:34:56 +00:00
parent e2d70dbae1
commit 0e33a87e97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161347

View File

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