From 2ceee5e0735a7d923e7ab083337e2f9d1c91fdba Mon Sep 17 00:00:00 2001 From: James Mayer Date: Sun, 14 Jul 2002 22:59:36 -0700 Subject: [PATCH] [PATCH] Typo in linux_fs_partitions_msdos.c --- fs/partitions/msdos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/partitions/msdos.c b/fs/partitions/msdos.c index 08de2eac38f2..f8f987998fe3 100644 --- a/fs/partitions/msdos.c +++ b/fs/partitions/msdos.c @@ -453,8 +453,8 @@ static int handle_ide_mess(struct block_device *bdev) /* * The i386 partition handling programs very often * make partitions end on cylinder boundaries. - * There is no need to do so, and Linux fdisk doesnt always - * do this, and Windows NT on Alpha doesnt do this either, + * There is no need to do so, and Linux fdisk doesn't always + * do this, and Windows NT on Alpha doesn't do this either, * but still, this helps to guess #heads. */ data = read_dev_sector(bdev, 0, §); -- 2.47.3