From: Nicolas Thery Date: Sun, 26 Jul 2009 03:35:22 +0000 (+0200) Subject: dirent.h: fix typo in comment X-Git-Tag: v2.4.0~394^2~1 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6cda8f056e3fe8f63e6b0d2a4437c9c7d26d773a dirent.h: fix typo in comment --- diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index ba38ce1afa..ebaade680e 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -101,7 +101,7 @@ struct dirent { /* * The _DIRENT_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 requires 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 an 8 byte boundary. *