From b5662e2acad3b391e8117ba16eaca7a1cb878179 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 25 Oct 2005 19:46:15 +0000 Subject: Remove an unneeded "a" from comment. --- sys/ufs/ufs/ufs_bmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* - * 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. */ -- cgit v1.1