From e8c5503c1df61d96351bf50c4ee71dce54c6a818 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Mar 1995 19:31:54 +0000 Subject: (diskfs_S_io_stat): Typo. --- libdiskfs/io-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/io-stat.c') 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); -- cgit v1.2.3