From 63c4317055b1c32f7683f7b7302e13bae1546d8b Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 21 Jun 2018 16:40:07 +0000 Subject: [PATCH] Minor comment fix d_namelen -> d_namlen --- sys/sys/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index e69eefb2e16c..a54dc07d489b 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -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. */