diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:51:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:51:50 +0000 |
commit | 0bec0c8d4edc30a5f328d17f8c7689694d3128b6 (patch) | |
tree | 55f9b7fc32c0df3c32d3bcd6aab6522d530e685e | |
parent | 7033ea2ac9cbd82967bc2cad6eb05872d7e779c5 (diff) |
(diskfs_S_dir_link): Fix typo.
-rw-r--r-- | libdiskfs/dir-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-link.c b/libdiskfs/dir-link.c index 0b6f96ae..72500ddd 100644 --- a/libdiskfs/dir-link.c +++ b/libdiskfs/dir-link.c @@ -85,7 +85,7 @@ diskfs_S_dir_link (struct protid *filecred, diskfs_node_update (np, 1); } - if (diskfs_synchronou) + if (diskfs_synchronous) diskfs_node_update (dnp, 1); out: |