Remove an unneeded "a" from comment.

This commit is contained in:
delphij 2005-10-25 19:46:15 +00:00
parent df27025be0
commit b5662e2aca

View File

@ -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.
*/