diff options
author | delphij <delphij@FreeBSD.org> | 2005-10-25 19:46:15 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-10-25 19:46:15 +0000 |
commit | b5662e2acad3b391e8117ba16eaca7a1cb878179 (patch) | |
tree | 24b95e84e98b49fe28511a49e1a7bf03b0a2b8ec /sys/ufs | |
parent | df27025be04f2d13468d9a17b44a22ecad6e6010 (diff) | |
download | FreeBSD-src-b5662e2acad3b391e8117ba16eaca7a1cb878179.zip FreeBSD-src-b5662e2acad3b391e8117ba16eaca7a1cb878179.tar.gz |
Remove an unneeded "a" from comment.
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ufs/ufs_bmap.c | 2 |
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. */ |