summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-01-10 22:08:58 +0000
committerRoland McGrath <roland@gnu.org>2004-01-10 22:08:58 +0000
commitd19efd5d1946c26229f678f89ff290a7d4d11c32 (patch)
tree750374d7e28dc1ceaddfb6e5d25d2f54a643a7c7 /ext2fs/ext2fs.h
parentde2c310e9c64d77989f4bab08e527b6cfbf8048c (diff)
2004-01-10 Roberto Reale <rreale@iol.it>
* ext2fs.h (ext2_getblk): Fix typo in comment. * getblk.c (ext2_getblk): Likewise. * dir.c (diskfs_get_directs): Likewise.
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r--ext2fs/ext2fs.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h
index cae9d47f..1d490861 100644
--- a/ext2fs/ext2fs.h
+++ b/ext2fs/ext2fs.h
@@ -1,8 +1,7 @@
/* Common definitions for the ext2 filesystem translator
- Copyright (C) 1995, 1996, 1999, 2002 Free Software Foundation, Inc.
-
- Written by Miles Bader <miles@gnu.ai.mit.edu>
+ Copyright (C) 1995, 1996, 1999, 2002, 2004 Free Software Foundation, Inc.
+ Written by Miles Bader <miles@gnu.org>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -408,8 +407,8 @@ alloc_sync (struct node *np)
void ext2_discard_prealloc (struct node *node);
-/* Returns in DISK_BLOCK the disk block correspding to BLOCK in NODE. If
- there is no such block yet, but CREATE is true, then it is created,
+/* Returns in DISK_BLOCK the disk block corresponding to BLOCK in NODE.
+ If there is no such block yet, but CREATE is true, then it is created,
otherwise EINVAL is returned. */
error_t ext2_getblk (struct node *node, block_t block, int create, block_t *disk_block);