Author: bdrewery
Date: Thu Jun 21 16:40:07 2018
New Revision: 335494
URL: https://svnweb.freebsd.org/changeset/base/335494

Log:
  Minor comment fix d_namelen -> d_namlen

Modified:
  head/sys/sys/dirent.h

Modified: head/sys/sys/dirent.h
==============================================================================
--- head/sys/sys/dirent.h       Thu Jun 21 16:39:38 2018        (r335493)
+++ head/sys/sys/dirent.h       Thu Jun 21 16:40:07 2018        (r335494)
@@ -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.
  */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to