]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Typo in linux_fs_partitions_msdos.c
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 05:59:36 +0000 (22:59 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 05:59:36 +0000 (22:59 -0700)
fs/partitions/msdos.c

index 08de2eac38f267b0e92b241df0d85db1b2245b00..f8f987998fe39cfc1460ffaf8c601bdb650c961a 100644 (file)
@@ -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, &sect);