Minor comment fix d_namelen -> d_namlen

This commit is contained in:
bdrewery 2018-06-21 16:40:07 +00:00
parent e56bf6ed29
commit 296ef046b5

View File

@ -58,7 +58,7 @@ typedef __off_t off_t;
* byte boundary with null bytes. All names are guaranteed null terminated.
* The maximum length of a name in a directory is MAXNAMLEN.
*
* Explicit padding between the last member of the header (d_namelen) and
* Explicit padding between the last member of the header (d_namlen) and
* d_name avoids ABI padding at the end of dirent on LP64 architectures.
* There is code depending on d_name being last.
*/