Grammar in a comment.

This commit is contained in:
Ruslan Ermilov 2004-12-18 12:31:12 +00:00
parent 5679e1ac37
commit 9a5393ac68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139012

View File

@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
* Check for common security problems on a given path
* It must be:
* 1. A regular file, and exists
* 2. Owned and writaable only by root (or given owner)
* 2. Owned and writable only by root (or given owner)
* 3. Group ownership is given group or is non-group writable
*
* Returns: -2 if file does not exist,