svn commit: r330367 - stable/11/sys/sys
Eitan Adler
eadler at FreeBSD.org
Sun Mar 4 02:41:26 UTC 2018
Author: eadler
Date: Sun Mar 4 02:41:25 2018
New Revision: 330367
URL: https://svnweb.freebsd.org/changeset/base/330367
Log:
MFC r330256:
sys/sys: Use a more common spelling of 'dirent'
Modified:
stable/11/sys/sys/dirent.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/sys/dirent.h
==============================================================================
--- stable/11/sys/sys/dirent.h Sun Mar 4 01:37:49 2018 (r330366)
+++ stable/11/sys/sys/dirent.h Sun Mar 4 02:41:25 2018 (r330367)
@@ -82,7 +82,7 @@ struct 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 4 byte boundary.
*
More information about the svn-src-stable-11
mailing list