DragonFly BSD
DragonFly submit List (threaded) for 2005-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[PATCH] Minor typo in vfs/ufs/ufs_bmap.c


From: Xin LI <delphij@xxxxxxxxxxxxx>
Date: Sun, 27 Nov 2005 05:36:33 +0800

Hi,

Please see the attachment.  Same as FreeBSD src/sys/ufs/ufs/ufs_bmap.c,v 1.65

Cheers,
-- 
Xin LI <delphij frontfree net>	http://www.delphij.net/
See complete headers for GPG key and other information.

Index: ufs_bmap.c
===================================================================
RCS file: /archive/DragonFly-CVS/src/sys/vfs/ufs/ufs_bmap.c,v
retrieving revision 1.6
diff -u -u -r1.6 ufs_bmap.c
--- ufs_bmap.c	18 May 2004 00:16:46 -0000	1.6
+++ ufs_bmap.c	26 Nov 2005 21:31:36 -0000
@@ -55,7 +55,7 @@
 #include "ufs_extern.h"
 
 /*
- * Bmap converts a the logical block number of a file to its physical block
+ * Bmap converts the logical block number of a file to its physical block
  * number on the disk. The conversion is done by using the logical block
  * number to index into the array of block pointers described by the dinode.
  *

Attachment: pgp00002.pgp
Description: PGP signature



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