Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv15426/libntfs
Modified Files:
attrib.c
Log Message:
Updates
Index: attrib.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/attrib.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -U2 -r1.48 -r1.49
--- attrib.c 2 Jul 2002 23:47:10 -0000 1.48
+++ attrib.c 3 Jul 2002 21:56:00 -0000 1.49
@@ -590,7 +590,7 @@
* Internal function:
*
- * ntfs_are_rl_mergeable - test if two run_lists can be joined together
- * @one: original run_list
- * @two: new run list to test for mergeability with @dst
+ * ntfs_are_rl_mergeable - test if two run lists can be joined together
+ * @dst: original run list
+ * @src: new run list to test for mergeability with @dst
*
* Test if two run lists can be joined together. For this, their VCNs and LCNs
|