bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] A couple of typos in the ext2fs translator.


From: Roberto Reale
Subject: [PATCH] A couple of typos in the ext2fs translator.
Date: Sat, 10 Jan 2004 12:26:31 +0100
User-agent: Mutt/1.3.28i

  Hi,

here is a tiny patch which corrects a couple of typos in the ext2fs
translator.

Thanks,
Roberto Reale
<rreale@iol.it>

2004-01-10  Roberto Reale  <rreale@iol.it>

        * ext2fs.h (ext2_getblk): Fix typo in documentation.
        * getblk.c (ext2_getblk): Likewise.
        * dir.c (diskfs_get_directs): Likewise.

diff -u ext2fs.bak/dir.c ext2fs/dir.c
--- ext2fs.bak/dir.c    Sat Jan 10 10:35:10 2004
+++ ext2fs/dir.c        Sat Jan 10 10:51:54 2004
@@ -857,7 +857,7 @@
    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,
diff -u ext2fs.bak/ext2fs.h ext2fs/ext2fs.h
--- ext2fs.bak/ext2fs.h Sat Jan 10 10:34:44 2004
+++ ext2fs/ext2fs.h     Sat Jan 10 10:51:31 2004
@@ -408,7 +408,7 @@
 
 void ext2_discard_prealloc (struct node *node);
 
-/* Returns in DISK_BLOCK the disk block correspding to BLOCK in NODE.  If
+/* 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);
diff -u ext2fs.bak/getblk.c ext2fs/getblk.c
--- ext2fs.bak/getblk.c Sat Jan 10 10:34:57 2004
+++ ext2fs/getblk.c     Sat Jan 10 10:51:44 2004
@@ -225,7 +225,7 @@
   return 0;
 }
 
-/* Returns in DISK_BLOCK the disk block correspding to BLOCK in NODE.  If
+/* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]