From 3cc9f21016517f2a0d7a6621779d736e3fa28af0 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 24 Mar 2004 17:38:31 +0000 Subject: [PATCH] Update comments. (Logical change 1.346) --- libntfs/volume.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libntfs/volume.c b/libntfs/volume.c index 701b224e..d1049e1f 100644 --- a/libntfs/volume.c +++ b/libntfs/volume.c @@ -1135,15 +1135,15 @@ int ntfs_check_if_mounted(const char *file, unsigned long *mnt_flags) * @vol: ntfs volume whose version we're interested in. * * The function checks if the NTFS volume version is known or not. - * Version 1.1 and 1.2 are used by Windows NT4. - * Version 2.x is used by Windows 2000 Beta's + * Version 1.1 and 1.2 are used by Windows NT3.x and NT4. + * Version 2.x is used by Windows 2000 Betas. * Version 3.0 is used by Windows 2000. * Version 3.1 is used by Windows XP and Windows Server 2003. * * Return 0 if NTFS version is supported otherwise -1 with errno set. * * The following error codes are defined: - * ENOTSUP Unknown NTFS versions + * ENOTSUP Unknown NTFS version * EINVAL Invalid argument */ int ntfs_version_is_supported(ntfs_volume *vol)