]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
fix comment for blkid_get_dev_size()
authorAndreas Dilger <adilger@clusterfs.com>
Wed, 21 Jun 2006 04:04:08 +0000 (00:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Jun 2006 04:04:08 +0000 (00:04 -0400)
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
lib/blkid/getsize.c

index 7d58d2b0b611b075286b91e52efd478cdb4766fc..9e9085729df9472f783b7a2b9df5f243e0c58960 100644 (file)
@@ -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)
 {