From d19efd5d1946c26229f678f89ff290a7d4d11c32 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Jan 2004 22:08:58 +0000 Subject: 2004-01-10 Roberto Reale * ext2fs.h (ext2_getblk): Fix typo in comment. * getblk.c (ext2_getblk): Likewise. * dir.c (diskfs_get_directs): Likewise. --- ext2fs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs/dir.c') 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 . */ error_t diskfs_get_directs (struct node *dp, -- cgit v1.2.3