diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:36:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:36:46 +0000 |
commit | b1e12bdc4727ad7fdf1a468c5c6fcee82ec50b40 (patch) | |
tree | 89503544ecb1e36936a82502049f13fda2cf0526 /ufs | |
parent | e8c5503c1df61d96351bf50c4ee71dce54c6a818 (diff) |
(alloc_sync): Typo.
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/alloc.c b/ufs/alloc.c index 9fa517ed..39344501 100644 --- a/ufs/alloc.c +++ b/ufs/alloc.c @@ -77,7 +77,7 @@ static void ffs_clusteracct (struct fs *, struct cg *, daddr_t, int); /* Sync all allocation information and nod eNP if diskfs_synchronous. */ inline -alloc_sync (struct diskfs_node *np) +alloc_sync (struct node *np) { if (diskfs_syncronous) { |