diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 05:03:56 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 05:03:56 +0000 |
commit | 3fd7d1d092b8eab76ec7c924dfc9a6679e0fd139 (patch) | |
tree | e4405d4bddb3dd6cded6b6cb3de638a6b8082f76 | |
parent | f3cfd9a3f66479245220d79974fe61f969c25408 (diff) | |
download | FreeBSD-src-3fd7d1d092b8eab76ec7c924dfc9a6679e0fd139.zip FreeBSD-src-3fd7d1d092b8eab76ec7c924dfc9a6679e0fd139.tar.gz |
file system > filesystem
-rw-r--r-- | tools/regression/security/access/testaccess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/security/access/testaccess.c b/tools/regression/security/access/testaccess.c index 52648b2..46bb01c 100644 --- a/tools/regression/security/access/testaccess.c +++ b/tools/regression/security/access/testaccess.c @@ -43,11 +43,11 @@ /* * Regression test to check some basic cases and see if access() and * eaccess() are using the correct portions of the process credential. - * This test relies on running with privilege, and on UFS file system + * This test relies on running with privilege, and on UFS filesystem * semantics. Running the test in other environments may result * in incorrect failure identification. * - * Note that this may also break if file system access control is + * Note that this may also break if filesystem access control is * broken, or if the ability to check and set credentials is broken. * * Note that this test uses two hard-coded non-root UIDs; on multi-user |