summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-08-16 09:34:56 +0000
committermaxim <maxim@FreeBSD.org>2006-08-16 09:34:56 +0000
commit9815f6ee6f429ea63a67dea4c0ea673afc1cced0 (patch)
tree268783e541d9ac8cce4bd6e2e4a366e9336ab96b /sys
parent9525a1c43e75d8aa3dd361f63c7f5ff8f9803dc2 (diff)
downloadFreeBSD-src-9815f6ee6f429ea63a67dea4c0ea673afc1cced0.zip
FreeBSD-src-9815f6ee6f429ea63a67dea4c0ea673afc1cced0.tar.gz
o Re-word a comment.
PR: kern/102127 Submitted by: Eric Anderson
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h
index b2686f6..dfaacff 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.
*
OpenPOWER on IntegriCloud