Commit 2ceee5e0 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_fs_partitions_msdos.c

parent 1b963953
...@@ -453,8 +453,8 @@ static int handle_ide_mess(struct block_device *bdev) ...@@ -453,8 +453,8 @@ static int handle_ide_mess(struct block_device *bdev)
/* /*
* The i386 partition handling programs very often * The i386 partition handling programs very often
* make partitions end on cylinder boundaries. * make partitions end on cylinder boundaries.
* There is no need to do so, and Linux fdisk doesnt always * There is no need to do so, and Linux fdisk doesn't always
* do this, and Windows NT on Alpha doesnt do this either, * do this, and Windows NT on Alpha doesn't do this either,
* but still, this helps to guess #heads. * but still, this helps to guess #heads.
*/ */
data = read_dev_sector(bdev, 0, &sect); data = read_dev_sector(bdev, 0, &sect);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment