summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-24 19:51:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-24 19:51:22 +0000
commitf02b23f2a377026c201fbf79ee0c0c361b859e4b (patch)
tree01544e118f4bc608a9014d5e16588d5cacbbaf3a /libdiskfs
parentb4ca0e6c92a56540d18ee5229b74e762fcc87f72 (diff)
(diskfs_S_file_set_translator): spelling fix
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/file-set-trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c
index 4042cbce..7f3aa23e 100644
--- a/libdiskfs/file-set-trans.c
+++ b/libdiskfs/file-set-trans.c
@@ -194,7 +194,7 @@ diskfs_S_file_set_translator (struct protid *cred,
}
}
newmode = (np->dn_stat.st_mode & ~S_IFMT) | newmode;
- error = validate_mode_change (np, newmode);
+ error = diskfs_validate_mode_change (np, newmode);
if (!error)
{
np->dn_stat.st_mode = newmode;