Date: Thu, 21 Jun 2018 16:40:08 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r335494 - head/sys/sys Message-ID: <201806211640.w5LGe8Xt010266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806211640.w5LGe8Xt010266>