aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-30 01:12:51 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-30 01:12:51 +0000
commit1bec8dc0fea138a7a6a1e340916d2bc66e9cdfb2 (patch)
tree72dcf903b1f20bf5ebf39084b7549dd673ea0df9 /libdiskfs/diskfs.h
parent0e64f4e5701389ae3df1f6c388173e3ec254fc89 (diff)
downloadhurd-1bec8dc0fea138a7a6a1e340916d2bc66e9cdfb2.tar.gz
hurd-1bec8dc0fea138a7a6a1e340916d2bc66e9cdfb2.tar.bz2
hurd-1bec8dc0fea138a7a6a1e340916d2bc66e9cdfb2.zip
2001-01-30 Neal H Walfield <neal@cs.uml.edu>
* diskfs.h: Fix comment (fsys_shutdown -> fsys_goaway).
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index 5d4072c0..fda0f9c6 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -831,7 +831,7 @@ diskfs_init_dir (struct node *dp, struct node *pdp, struct protid *cred);
appropriately; do the analogous operation for atime and mtime as well. */
void diskfs_set_node_times (struct node *np);
-/* Shutdown the filesystem; flags are as for fsys_shutdown. */
+/* Shutdown the filesystem; flags are as for fsys_goaway. */
error_t diskfs_shutdown (int flags);
/* Change an active filesystem between read-only and writable modes, setting