fix ntfs_rl_sparse and ntfs_rl_get_compressed_size name in their comments

(Logical change 1.636)
edge.strict_endians
(none)!yura 2004-11-13 20:59:44 +00:00
parent 160532d4d4
commit 793120bfb6
1 changed files with 2 additions and 2 deletions

View File

@ -1625,7 +1625,7 @@ int ntfs_rl_truncate(runlist **arl, const VCN start_vcn)
}
/**
* ntfs_runlist_sparse - check whether runlist have sparse regions or not.
* ntfs_rl_sparse - check whether runlist have sparse regions or not.
* @rl: runlist to check
*
* Return 1 if have, 0 if not, -1 on error with errno set to the error code.
@ -1654,7 +1654,7 @@ int ntfs_rl_sparse(runlist *rl)
}
/**
* ntfs_runlist_get_compressed_size - calculate length of non sparse regions
* ntfs_rl_get_compressed_size - calculate length of non sparse regions
* @vol: ntfs volume (need for cluster size)
* @rl: runlist to calculate for
*