Remove an unneeded "a" from comment.

This commit is contained in:
Xin LI 2005-10-25 19:46:15 +00:00
parent 6caf758e7c
commit eb2893ec18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151657

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