summaryrefslogtreecommitdiff
path: root/libdiskfs/shutdown.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-23 18:12:34 +0000
committerRoland McGrath <roland@gnu.org>1999-10-23 18:12:34 +0000
commit9b16f7958a9a5117c88da42ace1dba28b66dec71 (patch)
treecf2a84acef0f7ae4ad2cd5b82b87db5689b8c2a0 /libdiskfs/shutdown.c
parent36005f93f483dbb3bfc969ae393246f8cd8ed984 (diff)
(diskfs_shutdown): comment typo fix
Diffstat (limited to 'libdiskfs/shutdown.c')
-rw-r--r--libdiskfs/shutdown.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c
index bee10350..1a544f5b 100644
--- a/libdiskfs/shutdown.c
+++ b/libdiskfs/shutdown.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc.
+ Copyright (C) 1993, 94, 95, 96, 98, 99 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -76,10 +76,9 @@ diskfs_shutdown (int flags)
return err;
}
- /* Write everything out and set "clean" state.
- Even if we don't in fact shut down now, this has the nice
- effect that a disk that has not been writtne for a long time
- will not need checking after a crash. */
+ /* Write everything out and set "clean" state. Even if we don't in fact
+ shut down now, this has the nice effect that a disk that has not been
+ written for a long time will not need checking after a crash. */
diskfs_sync_everything (1);
diskfs_set_hypermetadata (1, 1);
_diskfs_diskdirty = 0;