Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv14551
Modified Files:
volume.c
Log Message:
Can't type..
Index: volume.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/volume.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -U2 -r1.37 -r1.38
--- volume.c 25 Apr 2002 08:19:32 -0000 1.37
+++ volume.c 25 Apr 2002 08:22:14 -0000 1.38
@@ -650,20 +650,20 @@
*
* If the running system does not support the {set,get,end}mntent() calls,
- * just return 0 and set *mnt_flags to zero.
+ * just return 0 and set *@mnt_flags to zero.
*
* When the system does support the calls, ntfs_check_if_mounted() first tries
* to find the device @file in /etc/mtab (or wherever this is kept on the
* running system). If it is not found, assume the device is not mounted and
- * return 0 and set *mnt_falgs to zero.
+ * return 0 and set *@mnt_flags to zero.
*
- * If the device @file is found, set the NTFS_MF_MOUNTED flags in @mnt_flags.
+ * If the device @file is found, set the NTFS_MF_MOUNTED flags in *@mnt_flags.
*
* Further if @file is mounted as the file system root ("/"), set the flag
- * NTFS_MF_ISROOT in @mnt_flags.
+ * NTFS_MF_ISROOT in *@mnt_flags.
*
* Finally, check if the file system is mounted read-only, and if so set the
- * NTFS_MF_READONLY flag in @mnt_flags.
+ * NTFS_MF_READONLY flag in *@mnt_flags.
*
- * On sucess, return 0 with @mnt_flags set to the ntfs mount flags.
+ * On sucess, return 0 with *@mnt_flags set to the ntfs mount flags.
*
* On error, return -1 with errno set to the error code.
|