From 58dcf3ff971872b22f54a4a79656cd94c91fd948 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 1 Mar 2018 22:38:21 +0000 Subject: [PATCH] sys/sys: Use a more common spelling of 'dirent' Submitted by: Domagoj Stolfa MFC After: 3 days --- 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 8d0aa687638..e69eefb2e16 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -112,7 +112,7 @@ struct freebsd11_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 8 byte boundary. *