summaryrefslogtreecommitdiff
path: root/ext2fs/getblk.c
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/getblk.c
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/getblk.c')
-rw-r--r--ext2fs/getblk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext2fs/getblk.c b/ext2fs/getblk.c
index 5858daba..23ba6459 100644
--- a/ext2fs/getblk.c
+++ b/ext2fs/getblk.c
@@ -1,6 +1,6 @@
/* File block to disk block mapping routines
- Copyright (C) 1995,96,99,2000 Free Software Foundation, Inc.
+ Copyright (C) 1995,96,99,2000,2004 Free Software Foundation, Inc.
Converted to work under the hurd by Miles Bader <miles@gnu.org>
@@ -225,8 +225,8 @@ block_getblk (struct node *node, block_t block, int nr, int create, int zero,
return 0;
}
-/* 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)