From 0e33a87e97755f596371dcb943677ab4637df62c Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Wed, 16 Aug 2006 09:34:56 +0000 Subject: [PATCH] o Re-word a comment. PR: kern/102127 Submitted by: Eric Anderson --- 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 b2686f6c23f..dfaacffb618 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -82,7 +82,7 @@ struct dirent { /* * The _GENERIC_DIRSIZ macro gives the minimum record length which will hold - * the directory entry. This requires the amount of space in struct direct + * the directory entry. This returns the amount of space in struct direct * 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. *