From aaf7b25015cc07c220df6372a6489ab04de83d51 Mon Sep 17 00:00:00 2001 From: szaka Date: Sat, 4 Feb 2006 19:24:14 +0000 Subject: [PATCH] fix ntfs_device_sector_size_get() description --- libntfs/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs/device.c b/libntfs/device.c index f52080f1..929a02f5 100644 --- a/libntfs/device.c +++ b/libntfs/device.c @@ -692,8 +692,8 @@ int ntfs_device_sector_size_get(struct ntfs_device *dev) * * The following error codes are defined: * EINVAL Input parameter error - * EOPNOTSUPP System does not support HDIO_GETGEO ioctl - * ENOTTY @dev is a file or a device not supporting HDIO_GETGEO + * EOPNOTSUPP System does not support BLKBSZSET ioctl + * ENOTTY @dev is a file or a device not supporting BLKBSZSET */ int ntfs_device_block_size_set(struct ntfs_device *dev, int block_size __attribute__((unused)))