aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 05:03:56 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 05:03:56 +0000
commit9b517597076ab65d7cc426faedc1694f0fa0fe90 (patch)
treee4405d4bddb3dd6cded6b6cb3de638a6b8082f76 /tools
parentbc0259551f73af2259642b3a7ae8523c9993475b (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/security/access/testaccess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/security/access/testaccess.c b/tools/regression/security/access/testaccess.c
index 52648b23ab274..46bb01c4150d1 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