summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-10-25 19:46:15 +0000
committerdelphij <delphij@FreeBSD.org>2005-10-25 19:46:15 +0000
commitb5662e2acad3b391e8117ba16eaca7a1cb878179 (patch)
tree24b95e84e98b49fe28511a49e1a7bf03b0a2b8ec
parentdf27025be04f2d13468d9a17b44a22ecad6e6010 (diff)
downloadFreeBSD-src-b5662e2acad3b391e8117ba16eaca7a1cb878179.zip
FreeBSD-src-b5662e2acad3b391e8117ba16eaca7a1cb878179.tar.gz
Remove an unneeded "a" from comment.
-rw-r--r--sys/ufs/ufs/ufs_bmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c
index 8c1e7cd..a80d843 100644
--- a/sys/ufs/ufs/ufs_bmap.c
+++ b/sys/ufs/ufs/ufs_bmap.c
@@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
#include <ufs/ufs/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.
*/
OpenPOWER on IntegriCloud