Whamcloud - gitweb
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 7d58d2b..9e90857 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)
 {