diff options
Diffstat (limited to 'sys/kern/kern_descrip.c')
-rw-r--r-- | sys/kern/kern_descrip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index e03c09f..15837d3 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -1402,7 +1402,7 @@ fdfree(td) * * This is a gross hack to plug the hole. A better solution would involve * a special vop or other form of generalized access control mechanism. We - * go ahead and just reject all procfs file systems accesses as dangerous. + * go ahead and just reject all procfs filesystems accesses as dangerous. * * Since setugidsafety calls this only for fd 0, 1 and 2, this check is * sufficient. We also don't for check setugidness since we know we are. |