From 793120bfb62626099c70f60ce3ddb3d9248cf95f Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sat, 13 Nov 2004 20:59:44 +0000 Subject: [PATCH] fix ntfs_rl_sparse and ntfs_rl_get_compressed_size name in their comments (Logical change 1.636) --- libntfs/runlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs/runlist.c b/libntfs/runlist.c index 32ec42a9..89095988 100644 --- a/libntfs/runlist.c +++ b/libntfs/runlist.c @@ -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 *