[PATCH] fix typo in drivers/block/Kconfig

From: Patrick Ringl
Date: Sat Mar 24 2007 - 21:31:17 EST


Hello,
this is just a QA / cosmetic fix .. nevertheless the documentation about
modules / drivers should be appropriate to the great work of those who
write all the real important stuff. :-)

The following patch is against 2.6.21-rc4:


--- linux-2.6.20-o/drivers/block/Kconfig 2007-03-18 00:04:53.000000000 +0100
+++ linux-2.6.20/drivers/block/Kconfig 2007-03-25 00:57:29.000000000 +0100
@@ -383,7 +383,7 @@
default "16"
depends on BLK_DEV_RAM
help
- The default value is 16 RAM disks. Change this if you know what
+ The default value is 16 RAM disks. Change this if you know what you
are doing. If you boot from a filesystem that needs to be extracted
in memory, you will need at least one RAM disk (e.g. root on cramfs).



---

regards,
Patrick



--- linux-2.6.20-o/drivers/block/Kconfig 2007-03-18 00:04:53.000000000 +0100
+++ linux-2.6.20/drivers/block/Kconfig 2007-03-25 00:57:29.000000000 +0100
@@ -383,7 +383,7 @@
default "16"
depends on BLK_DEV_RAM
help
- The default value is 16 RAM disks. Change this if you know what
+ The default value is 16 RAM disks. Change this if you know what you
are doing. If you boot from a filesystem that needs to be extracted
in memory, you will need at least one RAM disk (e.g. root on cramfs).