diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:31:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:31:54 +0000 |
commit | e8c5503c1df61d96351bf50c4ee71dce54c6a818 (patch) | |
tree | f8a0aca8929f4ce61bb04a6ec3c5ba9ffdf8f4bd /libdiskfs/io-stat.c | |
parent | 48b5f674304e74fc8e2214f7c51c23aa6a3f2522 (diff) | |
download | hurd-e8c5503c1df61d96351bf50c4ee71dce54c6a818.tar.gz hurd-e8c5503c1df61d96351bf50c4ee71dce54c6a818.tar.bz2 hurd-e8c5503c1df61d96351bf50c4ee71dce54c6a818.zip |
(diskfs_S_io_stat): Typo.
Diffstat (limited to 'libdiskfs/io-stat.c')
-rw-r--r-- | libdiskfs/io-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-stat.c b/libdiskfs/io-stat.c index dbf99ca5..d5d036e0 100644 --- a/libdiskfs/io-stat.c +++ b/libdiskfs/io-stat.c @@ -32,7 +32,7 @@ diskfs_S_io_stat (struct protid *cred, np = cred->po->np; mutex_lock (&np->lock); ioserver_get_conch (&np->conch); - if (diskfs_syncronous) + if (diskfs_synchronous) diskfs_node_update (np, 1); else diskfs_set_node_times (np); |