diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-10 22:08:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-01-10 22:08:58 +0000 |
commit | d19efd5d1946c26229f678f89ff290a7d4d11c32 (patch) | |
tree | 750374d7e28dc1ceaddfb6e5d25d2f54a643a7c7 /ext2fs/dir.c | |
parent | de2c310e9c64d77989f4bab08e527b6cfbf8048c (diff) | |
download | hurd-d19efd5d1946c26229f678f89ff290a7d4d11c32.tar.gz hurd-d19efd5d1946c26229f678f89ff290a7d4d11c32.tar.bz2 hurd-d19efd5d1946c26229f678f89ff290a7d4d11c32.zip |
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/dir.c')
-rw-r--r-- | ext2fs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/dir.c b/ext2fs/dir.c index 1ad9f7e6..334536d8 100644 --- a/ext2fs/dir.c +++ b/ext2fs/dir.c @@ -857,7 +857,7 @@ count_dirents (struct node *dp, int nb, char *buf) Must be a power of two. */ #define DIRENT_ALIGN 4 -/* Implement the disikfs_get_directs callback as described in +/* Implement the diskfs_get_directs callback as described in <hurd/diskfs.h>. */ error_t diskfs_get_directs (struct node *dp, |