From 9b517597076ab65d7cc426faedc1694f0fa0fe90 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Thu, 16 May 2002 05:03:56 +0000 Subject: [PATCH] file system > filesystem --- tools/regression/security/access/testaccess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/regression/security/access/testaccess.c b/tools/regression/security/access/testaccess.c index 52648b23ab2..46bb01c4150 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