From: Andreas Dilger Date: Wed, 21 Jun 2006 04:04:08 +0000 (-0400) Subject: fix comment for blkid_get_dev_size() X-Git-Tag: E2FSPROGS-1_40-WIP-1114~79 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9a519c0284de70baadfe39e773c369c378aae6a6;p=tools%2Fe2fsprogs.git fix comment for blkid_get_dev_size() Signed-off-by: Andreas Dilger --- diff --git a/lib/blkid/getsize.c b/lib/blkid/getsize.c index 7d58d2b..9e90857 100644 --- a/lib/blkid/getsize.c +++ b/lib/blkid/getsize.c @@ -70,7 +70,7 @@ static int valid_offset(int fd, blkid_loff_t offset) } /* - * Returns the number of blocks in a partition + * Returns the number of bytes in a partition */ blkid_loff_t blkid_get_dev_size(int fd) {